public class TLS12KeyMaterialParameters extends TLSKeyMaterialParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_CK_PARAMS |
long |
prfHashMechanism
PKCS#11:
|
export, ivSizeInBits, keySizeInBits, macSizeInBits, randomInfo, returnedKeyMaterial| Constructor and Description |
|---|
TLS12KeyMaterialParameters(int macSize,
int keySize,
int ivSize,
boolean export,
SSL3RandomDataParameters random,
SSL3KeyMaterialOutParameters returnedKeyMaterial,
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_SSL3_KEY_MAT_OUT |
getPReturnedKeyMaterial(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 CK_TLS12_KEY_MAT_PARAMS.
|
getIVSizeInBits, getKeySizeInBits, getMacSizeInBits, getRandomInfo, getReturnedKeyMaterial, isExport, setExport, setIVSizeInBits, setKeySizeInBits, setMacSizeInBits, setRandomInfo, setReturnedKeyMaterialpublic static final String CLASS_CK_PARAMS
public long prfHashMechanism
CK_MECHANISM_TYPE prfHashMechanism;
public TLS12KeyMaterialParameters(int macSize,
int keySize,
int ivSize,
boolean export,
SSL3RandomDataParameters random,
SSL3KeyMaterialOutParameters returnedKeyMaterial,
long prfHashMechanism)
public static sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT getPReturnedKeyMaterial(Object object)
public String toString()
toString in class TLSKeyMaterialParameterspublic boolean equals(Object otherObject)
TLSKeyMaterialParametersequals in class TLSKeyMaterialParametersotherObject - The other object to compare to.public int hashCode()
TLSKeyMaterialParametershashCode in class TLSKeyMaterialParameterspublic Object getPKCS11ParamsObject()
ParametersCopyright © 2022. All rights reserved.