Top Description Fields Constructors Methods
sun.security.pkcs11.wrapper

public Class CK_TLS_MAC_PARAMS

extends Object
Class Inheritance

CK_TLS_MAC_PARAMS from PKCS#11 v2.40.

Field Summary

Modifier and TypeField and Description
public long
prfMechanism

PKCS#11:

  CK_MECHANISM_TYPE prfMechanism;
public long
ulMacLength

PKCS#11:

  CK_ULONG ulMacLength;
public long
ulServerOrClient

PKCS#11:

  CK_ULONG ulServerOrClient;

Constructor Summary

AccessConstructor and Description
public
CK_TLS_MAC_PARAMS(long prfMechanism, long ulMacLength, long ulServerOrClient)

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

prfMechanismback to summary
public long prfMechanism

PKCS#11:

  CK_MECHANISM_TYPE prfMechanism;
ulMacLengthback to summary
public long ulMacLength

PKCS#11:

  CK_ULONG ulMacLength;
ulServerOrClientback to summary
public long ulServerOrClient

PKCS#11:

  CK_ULONG ulServerOrClient;

Constructor Detail

CK_TLS_MAC_PARAMSback to summary
public CK_TLS_MAC_PARAMS(long prfMechanism, long ulMacLength, long ulServerOrClient)