public class SSL3MasterKeyDeriveParameters extends java.lang.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 |
---|
SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given random info and version.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Create a (deep) clone of this object.
|
boolean |
equals(java.lang.Object otherObject)
Compares all member variables of this object with the other object.
|
java.lang.Object |
getPKCS11ParamsObject()
Get this parameters object as a CK_SSL3_RANDOM_DATA 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.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
protected SSL3RandomDataParameters randomInfo_
protected VersionParameters version_
public SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo, VersionParameters version)
randomInfo
- The client's and server's random data information.version
- The SSL protocol version information.public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in interface Parameters
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 java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object otherObject)
equals
in class java.lang.Object
otherObject
- The other object to compare to.public int hashCode()
hashCode
in class java.lang.Object
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9