Class CK_RC5_PARAMS


  • public class CK_RC5_PARAMS
    extends java.lang.Object
    class CK_RC5_PARAMS provides the parameters to the CKM_RC5_ECB and CKM_RC5_MAC mechanisms.

    PKCS#11 structure:

      typedef struct CK_RC5_PARAMS {
        CK_ULONG  ulWordsize;
        CK_ULONG  ulRounds;
      } CK_RC5_PARAMS;
     
    Author:
    Karl Scheibelhofer (SIC), Martin Schläffer (SIC)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long ulRounds
      PKCS#11:
      long ulWordsize
      PKCS#11:
    • Constructor Summary

      Constructors 
      Constructor Description
      CK_RC5_PARAMS()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ulWordsize

        public long ulWordsize
        PKCS#11:
         CK_ULONG ulWordsize;
         
      • ulRounds

        public long ulRounds
        PKCS#11:
         CK_ULONG ulRounds;
         
    • Constructor Detail

      • CK_RC5_PARAMS

        public CK_RC5_PARAMS()