| Modifier and Type | Field and Description |
|---|---|
protected SSL3RandomDataParams |
randomInfo
The client's and server's random data information.
|
protected VersionParams |
version
The SSL protocol version information.
|
| Constructor and Description |
|---|
SSL3MasterKeyDeriveParams(SSL3RandomDataParams randomInfo,
VersionParams 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.
|
Object |
getPKCS11ParamsObject()
Get this parameters object as a CK_SSL3_RANDOM_DATA object.
|
SSL3RandomDataParams |
getRandomInfo()
Get the client's and server's random data information.
|
VersionParams |
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(SSL3RandomDataParams randomInfo)
Set the client's and server's random data information.
|
void |
setVersion(VersionParams version)
Set the SSL protocol version information.
|
String |
toString()
Returns the string representation of this object.
|
protected SSL3RandomDataParams randomInfo
protected VersionParams version
public SSL3MasterKeyDeriveParams(SSL3RandomDataParams randomInfo, VersionParams version)
randomInfo - The client's and server's random data information.version - The SSL protocol version information.public Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Paramspublic SSL3RandomDataParams getRandomInfo()
public VersionParams getVersion()
public void setRandomInfo(SSL3RandomDataParams randomInfo)
randomInfo - The client's and server's random data information.public void setVersion(VersionParams version)
version - The SSL protocol version information.public String toString()
public boolean equals(Object otherObject)
Copyright © 2018. All rights reserved.