Class CK_VERSION


  • public class CK_VERSION
    extends java.lang.Object
    class CK_VERSION describes the version of a Cryptoki interface, a Cryptoki library, or an SSL implementation, or the hardware or firmware version of a slot or token.

    PKCS#11 structure:

     typedef struct CK_VERSION {
       CK_BYTE  major;
       CK_BYTE  minor;
     } CK_VERSION;
     
    Author:
    Karl Scheibelhofer (SIC), Martin Schläffer (SIC)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte major
      PKCS#11:
      byte minor
      PKCS#11:
    • Constructor Summary

      Constructors 
      Constructor Description
      CK_VERSION()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • major

        public byte major
        PKCS#11:
         CK_BYTE major;
         
      • minor

        public byte minor
        PKCS#11:
         CK_BYTE minor;
         
    • Constructor Detail

      • CK_VERSION

        public CK_VERSION()