Cryptographic Token Interface Standard

PKCS#11


CK_VERSION Reference

CK_VERSION

CK_VERSION is a structure that describes the version of Cryptoki. More...


Data Fields

CK_BYTE major
 major version number, the integer portion of the version. More...

CK_BYTE minor
 minor version number, the hundredths portion of the version. More...


Detailed Description

CK_VERSION

CK_VERSION is a structure that describes the version of Cryptoki.
major major version number, the integer portion of the version
minor minor version number, the hundredths portion of the version

For version 1.0, major = 1 and minor = For version 2.1, major = 2 and minor = 10. Minor revisions of the standard are always upwardly compatible within the same major version number.

CK_INFO

CK_INFO provides general information about Cryptoki. It is defined as follows:


Field Documentation

CK_BYTE major
 

major version number, the integer portion of the version.

CK_BYTE minor
 

minor version number, the hundredths portion of the version.


RSA Security Inc. Public-Key Cryptography Standards - PKCS#11 - v100