Class CK_VERSION


  • public class CK_VERSION
    extends 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 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()