IAIK PKCS#11 Wrapper
version 1.2.17

iaik.pkcs.pkcs11.wrapper
Class CK_RC5_MAC_GENERAL_PARAMS

java.lang.Object
  extended byiaik.pkcs.pkcs11.wrapper.CK_RC5_MAC_GENERAL_PARAMS

public class CK_RC5_MAC_GENERAL_PARAMS
extends Object

class CK_RC5_MAC_GENERAL_PARAMS provides the parameters to the CKM_RC5_MAC_GENERAL mechanism.

PKCS#11 structure:

 typedef struct CK_RC5_MAC_GENERAL_PARAMS {  
   CK_ULONG ulWordsize;  
   CK_ULONG ulRounds;  
   CK_ULONG ulMacLength;  
 } CK_RC5_MAC_GENERAL_PARAMS;
 


Field Summary
 long ulMacLength
          PKCS#11: CK_ULONG ulMacLength;
 long ulRounds
          PKCS#11: CK_ULONG ulRounds;
 long ulWordsize
          PKCS#11: CK_ULONG ulWordsize;
 
Constructor Summary
CK_RC5_MAC_GENERAL_PARAMS()
           
 
Method Summary
 String toString()
          Returns the string representation of CK_RC5_MAC_GENERAL_PARAMS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ulWordsize

public long ulWordsize
PKCS#11:
   CK_ULONG ulWordsize;
 


ulRounds

public long ulRounds
PKCS#11:
   CK_ULONG ulRounds;
 


ulMacLength

public long ulMacLength
PKCS#11:
   CK_ULONG ulMacLength;
 

Constructor Detail

CK_RC5_MAC_GENERAL_PARAMS

public CK_RC5_MAC_GENERAL_PARAMS()
Method Detail

toString

public String toString()
Returns the string representation of CK_RC5_MAC_GENERAL_PARAMS.

Returns:
the string representation of CK_RC5_MAC_GENERAL_PARAMS

IAIK PKCS#11 Wrapper
version 1.2.17

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.