Package iaik.pkcs.pkcs11.wrapper
Class CK_VERSION
- java.lang.Object
-
- iaik.pkcs.pkcs11.wrapper.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)
-
-
Constructor Summary
Constructors Constructor Description CK_VERSION()
-