public class TLS12MasterKeyDeriveParameters extends TLSMasterKeyDeriveParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_CK_PARAMS |
long |
prfHashMechanism
PKCS#11:
|
randomInfo, version| Constructor and Description |
|---|
TLS12MasterKeyDeriveParameters(SSL3RandomDataParameters random,
VersionParameters version,
long prfHashMechanism) |
| 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 an object of the corresponding *_PARAMS
class of the sun.security.pkcs11.wrapper package.
|
static sun.security.pkcs11.wrapper.CK_VERSION |
getPVersion(Object object) |
int |
hashCode()
The overriding of this method should ensure that the objects of this
class work correctly in a hashtable.
|
String |
toString()
Returns the string representation of this object.
|
getRandomInfo, getVersion, setRandomInfo, setVersionpublic static final String CLASS_CK_PARAMS
public long prfHashMechanism
CK_MECHANISM_TYPE prfHashMechanism;
public TLS12MasterKeyDeriveParameters(SSL3RandomDataParameters random, VersionParameters version, long prfHashMechanism)
public static sun.security.pkcs11.wrapper.CK_VERSION getPVersion(Object object)
public String toString()
TLSMasterKeyDeriveParameterstoString in class TLSMasterKeyDeriveParameterspublic boolean equals(Object otherObject)
TLSMasterKeyDeriveParametersequals in class TLSMasterKeyDeriveParametersotherObject - The other object to compare to.public int hashCode()
TLSMasterKeyDeriveParametershashCode in class TLSMasterKeyDeriveParameterspublic Object getPKCS11ParamsObject()
ParametersCopyright © 2022. All rights reserved.