public class TLSMacParameters extends Object implements Parameters
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_CK_PARAMS |
long |
macLength
PKCS#11:
|
long |
prfMechanism
PKCS#11:
|
long |
serverOrClient
PKCS#11:
|
| Constructor and Description |
|---|
TLSMacParameters(long prfMechanism,
long macLength,
long serverOrClient) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject) |
Object |
getPKCS11ParamsObject()
Get this parameters object as an object of the corresponding *_PARAMS
class of the sun.security.pkcs11.wrapper package.
|
int |
hashCode() |
String |
toString() |
public static final String CLASS_CK_PARAMS
public long prfMechanism
CK_MECHANISM_TYPE prfMechanism;
public long macLength
CK_ULONG ulMacLength;
public long serverOrClient
CK_ULONG ulServerOrClient;
public TLSMacParameters(long prfMechanism,
long macLength,
long serverOrClient)
public Object getPKCS11ParamsObject()
ParametersgetPKCS11ParamsObject in interface ParametersCopyright © 2020. All rights reserved.