|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.parameters.SSL3MasterKeyDeriveParameters
This class encapsulates parameters for the Mechanism.SSL3_MASTER_KEY_DERIVE mechanism and the Mechanism.TLS_MASTER_KEY_DERIVE.
Field Summary | |
protected SSL3RandomDataParameters |
randomInfo_
The client's and server's random data information. |
protected VersionParameters |
version_
The SSL protocol version information. |
Constructor Summary | |
SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo,
VersionParameters version)
Create a new SSL3MasterKeyDeriveParameters object with the given random info and version. |
Method Summary | |
Object |
clone()
Create a (deep) clone of this object. |
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. |
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. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected SSL3RandomDataParameters randomInfo_
protected VersionParameters version_
Constructor Detail |
public SSL3MasterKeyDeriveParameters(SSL3RandomDataParameters randomInfo, VersionParameters version)
randomInfo
- The client's and server's random data information.version
- The SSL protocol version information.Method Detail |
public Object clone()
public 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 String toString()
public boolean equals(Object otherObject)
otherObject
- The other object to compare to.
public int hashCode()
|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |