public abstract class TLSMasterKeyDeriveParameters extends Object implements Parameters
| Modifier and Type | Field and Description |
|---|---|
protected SSL3RandomDataParameters |
randomInfo
The client's and server's random data information.
|
protected VersionParameters |
version
The SSL protocol version information.
|
| Constructor and Description |
|---|
TLSMasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given
random info and version.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object.
|
SSL3RandomDataParameters |
getRandomInfo()
Get the client's and server's random data information.
|
VersionParameters |
getVersion()
Get the SSL protocol version information.
|
int |
hashCode()
The overriding of this method should ensure that the objects of this
class work correctly in a hashtable.
|
void |
setRandomInfo(SSL3RandomDataParameters randomInfo)
Set the client's and server's random data information.
|
void |
setVersion(VersionParameters version)
Set the SSL protocol version information.
|
String |
toString()
Returns the string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPKCS11ParamsObjectprotected SSL3RandomDataParameters randomInfo
protected VersionParameters version
public TLSMasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo, VersionParameters version)
randomInfo - The client's and server's random data information.version - The SSL protocol version information.public SSL3RandomDataParameters getRandomInfo()
public VersionParameters getVersion()
public void setRandomInfo(SSL3RandomDataParameters randomInfo)
randomInfo - The client's and server's random data information.public void setVersion(VersionParameters version)
version - The SSL protocol version information.public String toString()
public boolean equals(Object otherObject)
Copyright © 2020. All rights reserved.