All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xipki.pkcs11.wrapper.CKF_MECHANISM.properties Maven / Gradle / Ivy

The newest version!
0x00000001 = CKF_HW

# Specify whether a mechanism can be used for a particular task
0x00000002 = CKF_MESSAGE_ENCRYPT
0x00000004 = CKF_MESSAGE_DECRYPT
0x00000008 = CKF_MESSAGE_SIGN
0x00000010 = CKF_MESSAGE_VERIFY
0x00000020 = CKF_MULTI_MESSAGE
0x00000040 = CKF_FIND_OBJECTS

0x00000100 = CKF_ENCRYPT
0x00000200 = CKF_DECRYPT
0x00000400 = CKF_DIGEST
0x00000800 = CKF_SIGN
0x00001000 = CKF_SIGN_RECOVER
0x00002000 = CKF_VERIFY
0x00004000 = CKF_VERIFY_RECOVER
0x00008000 = CKF_GENERATE
0x00010000 = CKF_GENERATE_KEY_PAIR
0x00020000 = CKF_WRAP
0x00040000 = CKF_UNWRAP
0x00080000 = CKF_DERIVE

# Describe a token's EC capabilities not available in mechanism information.
0x00100000 = CKF_EC_F_P
0x00200000 = CKF_EC_F_2M
0x00400000 = CKF_EC_ECPARAMETERS
0x00800000 = CKF_EC_OID,CKF_EC_NAMEDCURVE
0x01000000 = CKF_EC_UNCOMPRESS
0x02000000 = CKF_EC_COMPRESS
0x04000000 = CKF_EC_CURVENAME




© 2015 - 2024 Weber Informatics LLC | Privacy Policy