Vendor-Specific Flags
The following are the vendor specific flags used by Arcot PKCS#11 module:
aa813test
The following are the vendor specific flags used by Arcot PKCS#11 module:
- CKF_ARCOT_NO_KEY_AUTHORITY_SESSION 0x01000000Supported as an argument to C_OpenSession. Indicates that no attempt to login to the key authority server should be made. This means the slot can be used for functions with the Arcot Certificate only, and the certificates in the card's key vault (if any) will not be visible.
- CKF_ARCOT_ONLY_KEY_AUTHORITY_SESSION 0x02000000Supported as an argument to C_OpenSession. Indicates that operations in the session will only refer to certificates in the card's key bag. The Arcot Certificate will not be visible. This flag is ignored if CKF_ARCOT_NO_KEY_AUTHORITY_SESSION is present.
- CKF_ARCOT_TOKEN_KEYFORT_ENABLED 0x04000000Returned by C_GetTokenInfo for a given slot when the slot represents and ArcotID PKI that contains a Key Store.