Package PyKCS11
[show private | hide private]
[frames | no frames]

Package PyKCS11

Submodules

Classes
CK_INFO matches the PKCS#11 CK_INFO structure
CK_SLOT_INFO matches the PKCS#11 CK_SLOT_INFO structure
CK_TOKEN_INFO matches the PKCS#11 CK_TOKEN_INFO structure
Mechanism Wraps CK_MECHANISM
PyKCS11Error define the possible PKCS#11 error codes
PyKCS11Lib high level PKCS#11 binding
Session Manage PyKCS11Lib.openSession objects

Variable Summary
int CK_EFFECTIVELY_INFINITE = 0                                                                     
int CK_FALSE = 0                                                                     
int CK_INVALID_HANDLE = 0                                                                     
int CK_TRUE = 1                                                                     
long CK_UNAVAILABLE_INFORMATION = 4294967295L
dict CKA = {0: 'CKA_CLASS', 1: 'CKA_TOKEN', 2: 'CKA_PRIVATE',...
int CKA_AC_ISSUER = 131                                                                   
int CKA_ALWAYS_SENSITIVE = 357                                                                   
int CKA_APPLICATION = 16                                                                    
int CKA_ATTR_TYPES = 133                                                                   
int CKA_AUTH_PIN_FLAGS = 513                                                                   
int CKA_BASE = 306                                                                   
int CKA_CERTIFICATE_TYPE = 128                                                                   
int CKA_CLASS = 0                                                                     
int CKA_COEFFICIENT = 296                                                                   
int CKA_DECRYPT = 261                                                                   
int CKA_DERIVE = 268                                                                   
int CKA_EC_PARAMS = 384                                                                   
int CKA_EC_POINT = 385                                                                   
int CKA_ECDSA_PARAMS = 384                                                                   
int CKA_ENCRYPT = 260                                                                   
int CKA_END_DATE = 273                                                                   
int CKA_EXPONENT_1 = 294                                                                   
int CKA_EXPONENT_2 = 295                                                                   
int CKA_EXTRACTABLE = 354                                                                   
int CKA_HAS_RESET = 770                                                                   
int CKA_HW_FEATURE_TYPE = 768                                                                   
int CKA_ID = 258                                                                   
int CKA_ISSUER = 129                                                                   
int CKA_KEY_GEN_MECHANISM = 358                                                                   
int CKA_KEY_TYPE = 256                                                                   
int CKA_LABEL = 3                                                                     
int CKA_LOCAL = 355                                                                   
int CKA_MODIFIABLE = 368                                                                   
int CKA_MODULUS = 288                                                                   
int CKA_MODULUS_BITS = 289                                                                   
int CKA_NEVER_EXTRACTABLE = 356                                                                   
int CKA_OBJECT_ID = 18                                                                    
int CKA_OWNER = 132                                                                   
int CKA_PRIME = 304                                                                   
int CKA_PRIME_1 = 292                                                                   
int CKA_PRIME_2 = 293                                                                   
int CKA_PRIME_BITS = 307                                                                   
int CKA_PRIVATE = 2                                                                     
int CKA_PRIVATE_EXPONENT = 291                                                                   
int CKA_PUBLIC_EXPONENT = 290                                                                   
int CKA_RESET_ON_INIT = 769                                                                   
int CKA_SECONDARY_AUTH = 512                                                                   
int CKA_SENSITIVE = 259                                                                   
int CKA_SERIAL_NUMBER = 130                                                                   
int CKA_SIGN = 264                                                                   
int CKA_SIGN_RECOVER = 265                                                                   
int CKA_START_DATE = 272                                                                   
int CKA_SUB_PRIME_BITS = 308                                                                   
int CKA_SUBJECT = 257                                                                   
int CKA_SUBPRIME = 305                                                                   
int CKA_SUBPRIME_BITS = 308                                                                   
int CKA_TOKEN = 1                                                                     
int CKA_TRUSTED = 134                                                                   
int CKA_UNWRAP = 263                                                                   
int CKA_VALUE = 17                                                                    
int CKA_VALUE_BITS = 352                                                                   
int CKA_VALUE_LEN = 353                                                                   
int CKA_VENDOR_DEFINED = -2147483648                                                           
int CKA_VERIFY = 266                                                                   
int CKA_VERIFY_RECOVER = 267                                                                   
int CKA_WRAP = 262                                                                   
dict CKC = {0: 'CKC_X_509', 1: 'CKC_X_509_ATTR_CERT', 2: 'CKC...
int CKC_VENDOR_DEFINED = -2147483648                                                           
int CKC_WTLS = 2                                                                     
int CKC_X_509 = 0                                                                     
int CKC_X_509_ATTR_CERT = 1                                                                     
int CKF_CLOCK_ON_TOKEN = 64                                                                    
int CKF_DUAL_CRYPTO_OPERATIONS = 512                                                                   
int CKF_HW_SLOT = 4                                                                     
int CKF_LOGIN_REQUIRED = 4                                                                     
int CKF_PROTECTED_AUTHENTICATION_PATH = 256                                                                   
int CKF_REMOVABLE_DEVICE = 2                                                                     
int CKF_RESTORE_KEY_NOT_NEEDED = 32                                                                    
int CKF_RNG = 1                                                                     
int CKF_RW_SESSION = 2                                                                     
int CKF_SECONDARY_AUTHENTICATION = 2048                                                                  
int CKF_SERIAL_SESSION = 4                                                                     
int CKF_SO_PIN_COUNT_LOW = 1048576                                                               
int CKF_SO_PIN_FINAL_TRY = 2097152                                                               
int CKF_SO_PIN_LOCKED = 4194304                                                               
int CKF_SO_PIN_TO_BE_CHANGED = 8388608                                                               
int CKF_TOKEN_INITIALIZED = 1024                                                                  
int CKF_TOKEN_PRESENT = 1                                                                     
int CKF_USER_PIN_COUNT_LOW = 65536                                                                 
int CKF_USER_PIN_FINAL_TRY = 131072                                                                
int CKF_USER_PIN_INITIALIZED = 8                                                                     
int CKF_USER_PIN_LOCKED = 262144                                                                
int CKF_USER_PIN_TO_BE_CHANGED = 524288                                                                
int CKF_WRITE_PROTECTED = 2                                                                     
dict CKK = {0: 'CKK_RSA', 1: 'CKK_DSA', 2: 'CKK_DH', 3: 'CKK_...
int CKK_AES = 31                                                                    
int CKK_BATON = 28                                                                    
int CKK_BLOWFISH = 32                                                                    
int CKK_CAST = 22                                                                    
int CKK_CAST128 = 24                                                                    
int CKK_CAST3 = 23                                                                    
int CKK_CAST5 = 24                                                                    
int CKK_CDMF = 30                                                                    
int CKK_DES = 19                                                                    
int CKK_DES2 = 20                                                                    
int CKK_DES3 = 21                                                                    
int CKK_DH = 2                                                                     
int CKK_DSA = 1                                                                     
int CKK_EC = 3                                                                     
int CKK_ECDSA = 3                                                                     
int CKK_GENERIC_SECRET = 16                                                                    
int CKK_IDEA = 26                                                                    
int CKK_JUNIPER = 29                                                                    
int CKK_KEA = 5                                                                     
int CKK_RC2 = 17                                                                    
int CKK_RC4 = 18                                                                    
int CKK_RC5 = 25                                                                    
int CKK_RSA = 0                                                                     
int CKK_SKIPJACK = 27                                                                    
int CKK_TWOFISH = 33                                                                    
int CKK_VENDOR_DEFINED = -2147483648                                                           
int CKK_X9_42_DH = 4                                                                     
dict CKM = {0: 'CKM_RSA_PKCS_KEY_PAIR_GEN', 1: 'CKM_RSA_PKCS'...
int CKM_AES_CBC = 4226                                                                  
int CKM_AES_CBC_ENCRYPT_DATA = 4357                                                                  
int CKM_AES_CBC_PAD = 4229                                                                  
int CKM_AES_ECB = 4225                                                                  
int CKM_AES_ECB_ENCRYPT_DATA = 4356                                                                  
int CKM_AES_KEY_GEN = 4224                                                                  
int CKM_AES_MAC = 4227                                                                  
int CKM_AES_MAC_GENERAL = 4228                                                                  
int CKM_BATON_CBC128 = 4147                                                                  
int CKM_BATON_COUNTER = 4148                                                                  
int CKM_BATON_ECB128 = 4145                                                                  
int CKM_BATON_ECB96 = 4146                                                                  
int CKM_BATON_KEY_GEN = 4144                                                                  
int CKM_BATON_SHUFFLE = 4149                                                                  
int CKM_BATON_WRAP = 4150                                                                  
int CKM_BLOWFISH_CBC = 4241                                                                  
int CKM_BLOWFISH_KEY_GEN = 4240                                                                  
int CKM_CAST128_CBC = 802                                                                   
int CKM_CAST128_CBC_PAD = 805                                                                   
int CKM_CAST128_ECB = 801                                                                   
int CKM_CAST128_KEY_GEN = 800                                                                   
int CKM_CAST128_MAC = 803                                                                   
int CKM_CAST128_MAC_GENERAL = 804                                                                   
int CKM_CAST3_CBC = 786                                                                   
int CKM_CAST3_CBC_PAD = 789                                                                   
int CKM_CAST3_ECB = 785                                                                   
int CKM_CAST3_KEY_GEN = 784                                                                   
int CKM_CAST3_MAC = 787                                                                   
int CKM_CAST3_MAC_GENERAL = 788                                                                   
int CKM_CAST5_CBC = 802                                                                   
int CKM_CAST5_CBC_PAD = 805                                                                   
int CKM_CAST5_ECB = 801                                                                   
int CKM_CAST5_KEY_GEN = 800                                                                   
int CKM_CAST5_MAC = 803                                                                   
int CKM_CAST5_MAC_GENERAL = 804                                                                   
int CKM_CAST_CBC = 770                                                                   
int CKM_CAST_CBC_PAD = 773                                                                   
int CKM_CAST_ECB = 769                                                                   
int CKM_CAST_KEY_GEN = 768                                                                   
int CKM_CAST_MAC = 771                                                                   
int CKM_CAST_MAC_GENERAL = 772                                                                   
int CKM_CDMF_CBC = 322                                                                   
int CKM_CDMF_CBC_PAD = 325                                                                   
int CKM_CDMF_ECB = 321                                                                   
int CKM_CDMF_KEY_GEN = 320                                                                   
int CKM_CDMF_MAC = 323                                                                   
int CKM_CDMF_MAC_GENERAL = 324                                                                   
int CKM_CMS_SIG = 1280                                                                  
int CKM_CONCATENATE_BASE_AND_DATA = 866                                                                   
int CKM_CONCATENATE_BASE_AND_KEY = 864                                                                   
int CKM_CONCATENATE_DATA_AND_BASE = 867                                                                   
int CKM_DES2_KEY_GEN = 304                                                                   
int CKM_DES3_CBC = 307                                                                   
int CKM_DES3_CBC_ENCRYPT_DATA = 4355                                                                  
int CKM_DES3_CBC_PAD = 310                                                                   
int CKM_DES3_ECB = 306                                                                   
int CKM_DES3_ECB_ENCRYPT_DATA = 4354                                                                  
int CKM_DES3_KEY_GEN = 305                                                                   
int CKM_DES3_MAC = 308                                                                   
int CKM_DES3_MAC_GENERAL = 309                                                                   
int CKM_DES_CBC = 290                                                                   
int CKM_DES_CBC_ENCRYPT_DATA = 4353                                                                  
int CKM_DES_CBC_PAD = 293                                                                   
int CKM_DES_CFB64 = 338                                                                   
int CKM_DES_CFB8 = 339                                                                   
int CKM_DES_ECB = 289                                                                   
int CKM_DES_ECB_ENCRYPT_DATA = 4352                                                                  
int CKM_DES_KEY_GEN = 288                                                                   
int CKM_DES_MAC = 291                                                                   
int CKM_DES_MAC_GENERAL = 292                                                                   
int CKM_DES_OFB64 = 336                                                                   
int CKM_DES_OFB8 = 337                                                                   
int CKM_DH_PKCS_DERIVE = 33                                                                    
int CKM_DH_PKCS_KEY_PAIR_GEN = 32                                                                    
int CKM_DH_PKCS_PARAMETER_GEN = 8193                                                                  
int CKM_DSA = 17                                                                    
int CKM_DSA_KEY_PAIR_GEN = 16                                                                    
int CKM_DSA_PARAMETER_GEN = 8192                                                                  
int CKM_DSA_SHA1 = 18                                                                    
int CKM_EC_KEY_PAIR_GEN = 4160                                                                  
int CKM_ECDH1_COFACTOR_DERIVE = 4177                                                                  
int CKM_ECDH1_DERIVE = 4176                                                                  
int CKM_ECDSA = 4161                                                                  
int CKM_ECDSA_KEY_PAIR_GEN = 4160                                                                  
int CKM_ECDSA_SHA1 = 4162                                                                  
int CKM_ECMQV_DERIVE = 4178                                                                  
int CKM_EXTRACT_KEY_FROM_KEY = 869                                                                   
int CKM_FASTHASH = 4208                                                                  
int CKM_FORTEZZA_TIMESTAMP = 4128                                                                  
int CKM_GENERIC_SECRET_KEY_GEN = 848                                                                   
int CKM_IDEA_CBC = 834                                                                   
int CKM_IDEA_CBC_PAD = 837                                                                   
int CKM_IDEA_ECB = 833                                                                   
int CKM_IDEA_KEY_GEN = 832                                                                   
int CKM_IDEA_MAC = 835                                                                   
int CKM_IDEA_MAC_GENERAL = 836                                                                   
int CKM_JUNIPER_CBC128 = 4194                                                                  
int CKM_JUNIPER_COUNTER = 4195                                                                  
int CKM_JUNIPER_ECB128 = 4193                                                                  
int CKM_JUNIPER_KEY_GEN = 4192                                                                  
int CKM_JUNIPER_SHUFFLE = 4196                                                                  
int CKM_JUNIPER_WRAP = 4197                                                                  
int CKM_KEA_KEY_DERIVE = 4113                                                                  
int CKM_KEA_KEY_PAIR_GEN = 4112                                                                  
int CKM_KEY_WRAP_LYNKS = 1024                                                                  
int CKM_KEY_WRAP_SET_OAEP = 1025                                                                  
int CKM_MD2 = 512                                                                   
int CKM_MD2_HMAC = 513                                                                   
int CKM_MD2_HMAC_GENERAL = 514                                                                   
int CKM_MD2_KEY_DERIVATION = 913                                                                   
int CKM_MD2_RSA_PKCS = 4                                                                     
int CKM_MD5 = 528                                                                   
int CKM_MD5_HMAC = 529                                                                   
int CKM_MD5_HMAC_GENERAL = 530                                                                   
int CKM_MD5_KEY_DERIVATION = 912                                                                   
int CKM_MD5_RSA_PKCS = 5                                                                     
int CKM_PBA_SHA1_WITH_SHA1_HMAC = 960                                                                   
int CKM_PBE_MD2_DES_CBC = 928                                                                   
int CKM_PBE_MD5_CAST128_CBC = 932                                                                   
int CKM_PBE_MD5_CAST3_CBC = 931                                                                   
int CKM_PBE_MD5_CAST5_CBC = 932                                                                   
int CKM_PBE_MD5_CAST_CBC = 930                                                                   
int CKM_PBE_MD5_DES_CBC = 929                                                                   
int CKM_PBE_SHA1_CAST128_CBC = 933                                                                   
int CKM_PBE_SHA1_CAST5_CBC = 933                                                                   
int CKM_PBE_SHA1_DES2_EDE_CBC = 937                                                                   
int CKM_PBE_SHA1_DES3_EDE_CBC = 936                                                                   
int CKM_PBE_SHA1_RC2_128_CBC = 938                                                                   
int CKM_PBE_SHA1_RC2_40_CBC = 939                                                                   
int CKM_PBE_SHA1_RC4_128 = 934                                                                   
int CKM_PBE_SHA1_RC4_40 = 935                                                                   
int CKM_PKCS5_PBKD2 = 944                                                                   
int CKM_RC2_CBC = 258                                                                   
int CKM_RC2_CBC_PAD = 261                                                                   
int CKM_RC2_ECB = 257                                                                   
int CKM_RC2_KEY_GEN = 256                                                                   
int CKM_RC2_MAC = 259                                                                   
int CKM_RC2_MAC_GENERAL = 260                                                                   
int CKM_RC4 = 273                                                                   
int CKM_RC4_KEY_GEN = 272                                                                   
int CKM_RC5_CBC = 818                                                                   
int CKM_RC5_CBC_PAD = 821                                                                   
int CKM_RC5_ECB = 817                                                                   
int CKM_RC5_KEY_GEN = 816                                                                   
int CKM_RC5_MAC = 819                                                                   
int CKM_RC5_MAC_GENERAL = 820                                                                   
int CKM_RIPEMD128 = 560                                                                   
int CKM_RIPEMD128_HMAC = 561                                                                   
int CKM_RIPEMD128_HMAC_GENERAL = 562                                                                   
int CKM_RIPEMD128_RSA_PKCS = 7                                                                     
int CKM_RIPEMD160 = 576                                                                   
int CKM_RIPEMD160_HMAC = 577                                                                   
int CKM_RIPEMD160_HMAC_GENERAL = 578                                                                   
int CKM_RIPEMD160_RSA_PKCS = 8                                                                     
int CKM_RSA_9796 = 2                                                                     
int CKM_RSA_PKCS = 1                                                                     
int CKM_RSA_PKCS_KEY_PAIR_GEN = 0                                                                     
int CKM_RSA_PKCS_OAEP = 9                                                                     
int CKM_RSA_PKCS_PSS = 13                                                                    
int CKM_RSA_X9_31 = 11                                                                    
int CKM_RSA_X9_31_KEY_PAIR_GEN = 10                                                                    
int CKM_RSA_X_509 = 3                                                                     
int CKM_SHA1_KEY_DERIVATION = 914                                                                   
int CKM_SHA1_RSA_PKCS = 6                                                                     
int CKM_SHA1_RSA_PKCS_PSS = 14                                                                    
int CKM_SHA1_RSA_X9_31 = 12                                                                    
int CKM_SHA256 = 592                                                                   
int CKM_SHA256_HMAC = 593                                                                   
int CKM_SHA256_HMAC_GENERAL = 594                                                                   
int CKM_SHA256_KEY_DERIVATION = 915                                                                   
int CKM_SHA256_RSA_PKCS = 64                                                                    
int CKM_SHA256_RSA_PKCS_PSS = 67                                                                    
int CKM_SHA384 = 608                                                                   
int CKM_SHA384_HMAC = 609                                                                   
int CKM_SHA384_HMAC_GENERAL = 610                                                                   
int CKM_SHA384_KEY_DERIVATION = 916                                                                   
int CKM_SHA384_RSA_PKCS = 65                                                                    
int CKM_SHA384_RSA_PKCS_PSS = 68                                                                    
int CKM_SHA512 = 624                                                                   
int CKM_SHA512_HMAC = 625                                                                   
int CKM_SHA512_HMAC_GENERAL = 626                                                                   
int CKM_SHA512_KEY_DERIVATION = 917                                                                   
int CKM_SHA512_RSA_PKCS = 66                                                                    
int CKM_SHA512_RSA_PKCS_PSS = 69                                                                    
int CKM_SHA_1 = 544                                                                   
int CKM_SHA_1_HMAC = 545                                                                   
int CKM_SHA_1_HMAC_GENERAL = 546                                                                   
int CKM_SKIPJACK_CBC64 = 4098                                                                  
int CKM_SKIPJACK_CFB16 = 4102                                                                  
int CKM_SKIPJACK_CFB32 = 4101                                                                  
int CKM_SKIPJACK_CFB64 = 4100                                                                  
int CKM_SKIPJACK_CFB8 = 4103                                                                  
int CKM_SKIPJACK_ECB64 = 4097                                                                  
int CKM_SKIPJACK_KEY_GEN = 4096                                                                  
int CKM_SKIPJACK_OFB64 = 4099                                                                  
int CKM_SKIPJACK_PRIVATE_WRAP = 4105                                                                  
int CKM_SKIPJACK_RELAYX = 4106                                                                  
int CKM_SKIPJACK_WRAP = 4104                                                                  
int CKM_SSL3_KEY_AND_MAC_DERIVE = 882                                                                   
int CKM_SSL3_MASTER_KEY_DERIVE = 881                                                                   
int CKM_SSL3_MASTER_KEY_DERIVE_DH = 883                                                                   
int CKM_SSL3_MD5_MAC = 896                                                                   
int CKM_SSL3_PRE_MASTER_KEY_GEN = 880                                                                   
int CKM_SSL3_SHA1_MAC = 897                                                                   
int CKM_TLS_KEY_AND_MAC_DERIVE = 886                                                                   
int CKM_TLS_MASTER_KEY_DERIVE = 885                                                                   
int CKM_TLS_MASTER_KEY_DERIVE_DH = 887                                                                   
int CKM_TLS_PRE_MASTER_KEY_GEN = 884                                                                   
int CKM_TLS_PRF = 888                                                                   
int CKM_TWOFISH_CBC = 4243                                                                  
int CKM_TWOFISH_KEY_GEN = 4242                                                                  
int CKM_VENDOR_DEFINED = -2147483648                                                           
int CKM_WTLS_CLIENT_KEY_AND_MAC_DERIVE = 981                                                                   
int CKM_WTLS_MASTER_KEY_DERIVE = 977                                                                   
int CKM_WTLS_MASTER_KEY_DERIVE_DH_ECC = 978                                                                   
int CKM_WTLS_PRE_MASTER_KEY_GEN = 976                                                                   
int CKM_WTLS_PRF = 979                                                                   
int CKM_WTLS_SERVER_KEY_AND_MAC_DERIVE = 980                                                                   
int CKM_X9_42_DH_DERIVE = 49                                                                    
int CKM_X9_42_DH_HYBRID_DERIVE = 50                                                                    
int CKM_X9_42_DH_KEY_PAIR_GEN = 48                                                                    
int CKM_X9_42_DH_PARAMETER_GEN = 8194                                                                  
int CKM_X9_42_MQV_DERIVE = 51                                                                    
int CKM_XOR_BASE_AND_DATA = 868                                                                   
dict CKO = {0: 'CKO_DATA', 1: 'CKO_CERTIFICATE', 2: 'CKO_PUBL...
int CKO_CERTIFICATE = 1                                                                     
int CKO_DATA = 0                                                                     
int CKO_DOMAIN_PARAMETERS = 6                                                                     
int CKO_HW_FEATURE = 5                                                                     
int CKO_MECHANISM = 7                                                                     
int CKO_PRIVATE_KEY = 3                                                                     
int CKO_PUBLIC_KEY = 2                                                                     
int CKO_SECRET_KEY = 4                                                                     
int CKO_VENDOR_DEFINED = -2147483648                                                           
int CKR_ARGUMENTS_BAD = 7                                                                     
int CKR_ATTRIBUTE_READ_ONLY = 16                                                                    
int CKR_ATTRIBUTE_SENSITIVE = 17                                                                    
int CKR_ATTRIBUTE_TYPE_INVALID = 18                                                                    
int CKR_ATTRIBUTE_VALUE_INVALID = 19                                                                    
int CKR_BUFFER_TOO_SMALL = 336                                                                   
int CKR_CANCEL = 1                                                                     
int CKR_CANT_LOCK = 10                                                                    
int CKR_CRYPTOKI_ALREADY_INITIALIZED = 401                                                                   
int CKR_CRYPTOKI_NOT_INITIALIZED = 400                                                                   
int CKR_DATA_INVALID = 32                                                                    
int CKR_DATA_LEN_RANGE = 33                                                                    
int CKR_DEVICE_ERROR = 48                                                                    
int CKR_DEVICE_MEMORY = 49                                                                    
int CKR_DEVICE_REMOVED = 50                                                                    
int CKR_DOMAIN_PARAMS_INVALID = 304                                                                   
int CKR_ENCRYPTED_DATA_INVALID = 64                                                                    
int CKR_ENCRYPTED_DATA_LEN_RANGE = 65                                                                    
int CKR_FUNCTION_CANCELED = 80                                                                    
int CKR_FUNCTION_FAILED = 6                                                                     
int CKR_FUNCTION_NOT_PARALLEL = 81                                                                    
int CKR_FUNCTION_NOT_SUPPORTED = 84                                                                    
int CKR_GENERAL_ERROR = 5                                                                     
int CKR_HOST_MEMORY = 2                                                                     
int CKR_INFORMATION_SENSITIVE = 368                                                                   
int CKR_KEY_CHANGED = 101                                                                   
int CKR_KEY_FUNCTION_NOT_PERMITTED = 104                                                                   
int CKR_KEY_HANDLE_INVALID = 96                                                                    
int CKR_KEY_INDIGESTIBLE = 103                                                                   
int CKR_KEY_NEEDED = 102                                                                   
int CKR_KEY_NOT_NEEDED = 100                                                                   
int CKR_KEY_NOT_WRAPPABLE = 105                                                                   
int CKR_KEY_SIZE_RANGE = 98                                                                    
int CKR_KEY_TYPE_INCONSISTENT = 99                                                                    
int CKR_KEY_UNEXTRACTABLE = 106                                                                   
int CKR_MECHANISM_INVALID = 112                                                                   
int CKR_MECHANISM_PARAM_INVALID = 113                                                                   
int CKR_MUTEX_BAD = 416                                                                   
int CKR_MUTEX_NOT_LOCKED = 417                                                                   
int CKR_NEED_TO_CREATE_THREADS = 9                                                                     
int CKR_NO_EVENT = 8                                                                     
int CKR_OBJECT_HANDLE_INVALID = 130                                                                   
int CKR_OK = 0                                                                     
int CKR_OPERATION_ACTIVE = 144                                                                   
int CKR_OPERATION_NOT_INITIALIZED = 145                                                                   
int CKR_PIN_EXPIRED = 163                                                                   
int CKR_PIN_INCORRECT = 160                                                                   
int CKR_PIN_INVALID = 161                                                                   
int CKR_PIN_LEN_RANGE = 162                                                                   
int CKR_PIN_LOCKED = 164                                                                   
int CKR_RANDOM_NO_RNG = 289                                                                   
int CKR_RANDOM_SEED_NOT_SUPPORTED = 288                                                                   
int CKR_SAVED_STATE_INVALID = 352                                                                   
int CKR_SESSION_CLOSED = 176                                                                   
int CKR_SESSION_COUNT = 177                                                                   
int CKR_SESSION_EXISTS = 182                                                                   
int CKR_SESSION_HANDLE_INVALID = 179                                                                   
int CKR_SESSION_PARALLEL_NOT_SUPPORTED = 180                                                                   
int CKR_SESSION_READ_ONLY = 181                                                                   
int CKR_SESSION_READ_ONLY_EXISTS = 183                                                                   
int CKR_SESSION_READ_WRITE_SO_EXISTS = 184                                                                   
int CKR_SIGNATURE_INVALID = 192                                                                   
int CKR_SIGNATURE_LEN_RANGE = 193                                                                   
int CKR_SLOT_ID_INVALID = 3                                                                     
int CKR_STATE_UNSAVEABLE = 384                                                                   
int CKR_TEMPLATE_INCOMPLETE = 208                                                                   
int CKR_TEMPLATE_INCONSISTENT = 209                                                                   
int CKR_TOKEN_NOT_PRESENT = 224                                                                   
int CKR_TOKEN_NOT_RECOGNIZED = 225                                                                   
int CKR_TOKEN_WRITE_PROTECTED = 226                                                                   
int CKR_UNWRAPPING_KEY_HANDLE_INVALID = 240                                                                   
int CKR_UNWRAPPING_KEY_SIZE_RANGE = 241                                                                   
int CKR_UNWRAPPING_KEY_TYPE_INCONSISTENT = 242                                                                   
int CKR_USER_ALREADY_LOGGED_IN = 256                                                                   
int CKR_USER_ANOTHER_ALREADY_LOGGED_IN = 260                                                                   
int CKR_USER_NOT_LOGGED_IN = 257                                                                   
int CKR_USER_PIN_NOT_INITIALIZED = 258                                                                   
int CKR_USER_TOO_MANY_TYPES = 261                                                                   
int CKR_USER_TYPE_INVALID = 259                                                                   
int CKR_VENDOR_DEFINED = -2147483648                                                           
int CKR_WRAPPED_KEY_INVALID = 272                                                                   
int CKR_WRAPPED_KEY_LEN_RANGE = 274                                                                   
int CKR_WRAPPING_KEY_HANDLE_INVALID = 275                                                                   
int CKR_WRAPPING_KEY_SIZE_RANGE = 276                                                                   
int CKR_WRAPPING_KEY_TYPE_INCONSISTENT = 277                                                                   
int CKU_SO = 0                                                                     
int CKU_USER = 1                                                                     
Mechanism MechanismRSAPKCS1 = <PyKCS11.Mechanism instance at 0x403...

Variable Details

CK_EFFECTIVELY_INFINITE

Type:
int
Value:
0                                                                     

CK_FALSE

Type:
int
Value:
0                                                                     

CK_INVALID_HANDLE

Type:
int
Value:
0                                                                     

CK_TRUE

Type:
int
Value:
1                                                                     

CK_UNAVAILABLE_INFORMATION

Type:
long
Value:
4294967295L                                                            

CKA

Type:
dict
Value:
{0: 'CKA_CLASS',
 1: 'CKA_TOKEN',
 2: 'CKA_PRIVATE',
 3: 'CKA_LABEL',
 129: 'CKA_ISSUER',
 132: 'CKA_OWNER',
 133: 'CKA_ATTR_TYPES',
 134: 'CKA_TRUSTED',
...                                                                    

CKA_AC_ISSUER

Type:
int
Value:
131                                                                   

CKA_ALWAYS_SENSITIVE

Type:
int
Value:
357                                                                   

CKA_APPLICATION

Type:
int
Value:
16                                                                    

CKA_ATTR_TYPES

Type:
int
Value:
133                                                                   

CKA_AUTH_PIN_FLAGS

Type:
int
Value:
513                                                                   

CKA_BASE

Type:
int
Value:
306                                                                   

CKA_CERTIFICATE_TYPE

Type:
int
Value:
128                                                                   

CKA_CLASS

Type:
int
Value:
0                                                                     

CKA_COEFFICIENT

Type:
int
Value:
296                                                                   

CKA_DECRYPT

Type:
int
Value:
261                                                                   

CKA_DERIVE

Type:
int
Value:
268                                                                   

CKA_EC_PARAMS

Type:
int
Value:
384                                                                   

CKA_EC_POINT

Type:
int
Value:
385                                                                   

CKA_ECDSA_PARAMS

Type:
int
Value:
384                                                                   

CKA_ENCRYPT

Type:
int
Value:
260                                                                   

CKA_END_DATE

Type:
int
Value:
273                                                                   

CKA_EXPONENT_1

Type:
int
Value:
294                                                                   

CKA_EXPONENT_2

Type:
int
Value:
295                                                                   

CKA_EXTRACTABLE

Type:
int
Value:
354                                                                   

CKA_HAS_RESET

Type:
int
Value:
770                                                                   

CKA_HW_FEATURE_TYPE

Type:
int
Value:
768                                                                   

CKA_ID

Type:
int
Value:
258                                                                   

CKA_ISSUER

Type:
int
Value:
129                                                                   

CKA_KEY_GEN_MECHANISM

Type:
int
Value:
358                                                                   

CKA_KEY_TYPE

Type:
int
Value:
256                                                                   

CKA_LABEL

Type:
int
Value:
3                                                                     

CKA_LOCAL

Type:
int
Value:
355                                                                   

CKA_MODIFIABLE

Type:
int
Value:
368                                                                   

CKA_MODULUS

Type:
int
Value:
288                                                                   

CKA_MODULUS_BITS

Type:
int
Value:
289                                                                   

CKA_NEVER_EXTRACTABLE

Type:
int
Value:
356                                                                   

CKA_OBJECT_ID

Type:
int
Value:
18                                                                    

CKA_OWNER

Type:
int
Value:
132                                                                   

CKA_PRIME

Type:
int
Value:
304                                                                   

CKA_PRIME_1

Type:
int
Value:
292                                                                   

CKA_PRIME_2

Type:
int
Value:
293                                                                   

CKA_PRIME_BITS

Type:
int
Value:
307                                                                   

CKA_PRIVATE

Type:
int
Value:
2                                                                     

CKA_PRIVATE_EXPONENT

Type:
int
Value:
291                                                                   

CKA_PUBLIC_EXPONENT

Type:
int
Value:
290                                                                   

CKA_RESET_ON_INIT

Type:
int
Value:
769                                                                   

CKA_SECONDARY_AUTH

Type:
int
Value:
512                                                                   

CKA_SENSITIVE

Type:
int
Value:
259                                                                   

CKA_SERIAL_NUMBER

Type:
int
Value:
130                                                                   

CKA_SIGN

Type:
int
Value:
264                                                                   

CKA_SIGN_RECOVER

Type:
int
Value:
265                                                                   

CKA_START_DATE

Type:
int
Value:
272                                                                   

CKA_SUB_PRIME_BITS

Type:
int
Value:
308                                                                   

CKA_SUBJECT

Type:
int
Value:
257                                                                   

CKA_SUBPRIME

Type:
int
Value:
305                                                                   

CKA_SUBPRIME_BITS

Type:
int
Value:
308                                                                   

CKA_TOKEN

Type:
int
Value:
1                                                                     

CKA_TRUSTED

Type:
int
Value:
134                                                                   

CKA_UNWRAP

Type:
int
Value:
263                                                                   

CKA_VALUE

Type:
int
Value:
17                                                                    

CKA_VALUE_BITS

Type:
int
Value:
352                                                                   

CKA_VALUE_LEN

Type:
int
Value:
353                                                                   

CKA_VENDOR_DEFINED

Type:
int
Value:
-2147483648                                                           

CKA_VERIFY

Type:
int
Value:
266                                                                   

CKA_VERIFY_RECOVER

Type:
int
Value:
267                                                                   

CKA_WRAP

Type:
int
Value:
262                                                                   

CKC

Type:
dict
Value:
{-2147483648: 'CKC_VENDOR_DEFINED',
 0: 'CKC_X_509',
 1: 'CKC_X_509_ATTR_CERT',
 2: 'CKC_WTLS'}                                                        

CKC_VENDOR_DEFINED

Type:
int
Value:
-2147483648                                                           

CKC_WTLS

Type:
int
Value:
2                                                                     

CKC_X_509

Type:
int
Value:
0                                                                     

CKC_X_509_ATTR_CERT

Type:
int
Value:
1                                                                     

CKF_CLOCK_ON_TOKEN

Type:
int
Value:
64                                                                    

CKF_DUAL_CRYPTO_OPERATIONS

Type:
int
Value:
512                                                                   

CKF_HW_SLOT

Type:
int
Value:
4                                                                     

CKF_LOGIN_REQUIRED

Type:
int
Value:
4                                                                     

CKF_PROTECTED_AUTHENTICATION_PATH

Type:
int
Value:
256                                                                   

CKF_REMOVABLE_DEVICE

Type:
int
Value:
2                                                                     

CKF_RESTORE_KEY_NOT_NEEDED

Type:
int
Value:
32                                                                    

CKF_RNG

Type:
int
Value:
1                                                                     

CKF_RW_SESSION

Type:
int
Value:
2                                                                     

CKF_SECONDARY_AUTHENTICATION

Type:
int
Value:
2048                                                                  

CKF_SERIAL_SESSION

Type:
int
Value:
4                                                                     

CKF_SO_PIN_COUNT_LOW

Type:
int
Value:
1048576                                                               

CKF_SO_PIN_FINAL_TRY

Type:
int
Value:
2097152                                                               

CKF_SO_PIN_LOCKED

Type:
int
Value:
4194304                                                               

CKF_SO_PIN_TO_BE_CHANGED

Type:
int
Value:
8388608                                                               

CKF_TOKEN_INITIALIZED

Type:
int
Value:
1024                                                                  

CKF_TOKEN_PRESENT

Type:
int
Value:
1                                                                     

CKF_USER_PIN_COUNT_LOW

Type:
int
Value:
65536                                                                 

CKF_USER_PIN_FINAL_TRY

Type:
int
Value:
131072                                                                

CKF_USER_PIN_INITIALIZED

Type:
int
Value:
8                                                                     

CKF_USER_PIN_LOCKED

Type:
int
Value:
262144                                                                

CKF_USER_PIN_TO_BE_CHANGED

Type:
int
Value:
524288                                                                

CKF_WRITE_PROTECTED

Type:
int
Value:
2                                                                     

CKK

Type:
dict
Value:
{-2147483648: 'CKK_VENDOR_DEFINED',
 0: 'CKK_RSA',
 1: 'CKK_DSA',
 2: 'CKK_DH',
 3: 'CKK_EC',
 4: 'CKK_X9_42_DH',
 5: 'CKK_KEA',
 16: 'CKK_GENERIC_SECRET',
...                                                                    

CKK_AES

Type:
int
Value:
31                                                                    

CKK_BATON

Type:
int
Value:
28                                                                    

CKK_BLOWFISH

Type:
int
Value:
32                                                                    

CKK_CAST

Type:
int
Value:
22                                                                    

CKK_CAST128

Type:
int
Value:
24                                                                    

CKK_CAST3

Type:
int
Value:
23                                                                    

CKK_CAST5

Type:
int
Value:
24                                                                    

CKK_CDMF

Type:
int
Value:
30                                                                    

CKK_DES

Type:
int
Value:
19                                                                    

CKK_DES2

Type:
int
Value:
20                                                                    

CKK_DES3

Type:
int
Value:
21                                                                    

CKK_DH

Type:
int
Value:
2                                                                     

CKK_DSA

Type:
int
Value:
1                                                                     

CKK_EC

Type:
int
Value:
3                                                                     

CKK_ECDSA

Type:
int
Value:
3                                                                     

CKK_GENERIC_SECRET

Type:
int
Value:
16                                                                    

CKK_IDEA

Type:
int
Value:
26                                                                    

CKK_JUNIPER

Type:
int
Value:
29                                                                    

CKK_KEA

Type:
int
Value:
5                                                                     

CKK_RC2

Type:
int
Value:
17                                                                    

CKK_RC4

Type:
int
Value:
18                                                                    

CKK_RC5

Type:
int
Value:
25                                                                    

CKK_RSA

Type:
int
Value:
0                                                                     

CKK_SKIPJACK

Type:
int
Value:
27                                                                    

CKK_TWOFISH

Type:
int
Value:
33                                                                    

CKK_VENDOR_DEFINED

Type:
int
Value:
-2147483648                                                           

CKK_X9_42_DH

Type:
int
Value:
4                                                                     

CKM

Type:
dict
Value:
{0: 'CKM_RSA_PKCS_KEY_PAIR_GEN',
 1: 'CKM_RSA_PKCS',
 2: 'CKM_RSA_9796',
 3: 'CKM_RSA_X_509',
 4: 'CKM_MD2_RSA_PKCS',
 5: 'CKM_MD5_RSA_PKCS',
 6: 'CKM_SHA1_RSA_PKCS',
 7: 'CKM_RIPEMD128_RSA_PKCS',
...                                                                    

CKM_AES_CBC

Type:
int
Value:
4226                                                                  

CKM_AES_CBC_ENCRYPT_DATA

Type:
int
Value:
4357                                                                  

CKM_AES_CBC_PAD

Type:
int
Value:
4229                                                                  

CKM_AES_ECB

Type:
int
Value:
4225                                                                  

CKM_AES_ECB_ENCRYPT_DATA

Type:
int
Value:
4356                                                                  

CKM_AES_KEY_GEN

Type:
int
Value:
4224                                                                  

CKM_AES_MAC

Type:
int
Value:
4227                                                                  

CKM_AES_MAC_GENERAL

Type:
int
Value:
4228                                                                  

CKM_BATON_CBC128

Type:
int
Value:
4147                                                                  

CKM_BATON_COUNTER

Type:
int
Value:
4148                                                                  

CKM_BATON_ECB128

Type:
int
Value:
4145                                                                  

CKM_BATON_ECB96

Type:
int
Value:
4146                                                                  

CKM_BATON_KEY_GEN

Type:
int
Value:
4144                                                                  

CKM_BATON_SHUFFLE

Type:
int
Value:
4149                                                                  

CKM_BATON_WRAP

Type:
int
Value:
4150                                                                  

CKM_BLOWFISH_CBC

Type:
int
Value:
4241                                                                  

CKM_BLOWFISH_KEY_GEN

Type:
int
Value:
4240                                                                  

CKM_CAST128_CBC

Type:
int
Value:
802                                                                   

CKM_CAST128_CBC_PAD

Type:
int
Value:
805                                                                   

CKM_CAST128_ECB

Type:
int
Value:
801                                                                   

CKM_CAST128_KEY_GEN

Type:
int
Value:
800                                                                   

CKM_CAST128_MAC

Type:
int
Value:
803                                                                   

CKM_CAST128_MAC_GENERAL

Type:
int
Value:
804                                                                   

CKM_CAST3_CBC

Type:
int
Value:
786                                                                   

CKM_CAST3_CBC_PAD

Type:
int
Value:
789                                                                   

CKM_CAST3_ECB

Type:
int
Value:
785                                                                   

CKM_CAST3_KEY_GEN

Type:
int
Value:
784                                                                   

CKM_CAST3_MAC

Type:
int
Value:
787                                                                   

CKM_CAST3_MAC_GENERAL

Type:
int
Value:
788                                                                   

CKM_CAST5_CBC

Type:
int
Value:
802                                                                   

CKM_CAST5_CBC_PAD

Type:
int
Value:
805                                                                   

CKM_CAST5_ECB

Type:
int
Value:
801                                                                   

CKM_CAST5_KEY_GEN

Type:
int
Value:
800                                                                   

CKM_CAST5_MAC

Type:
int
Value:
803                                                                   

CKM_CAST5_MAC_GENERAL

Type:
int
Value:
804                                                                   

CKM_CAST_CBC

Type:
int
Value:
770                                                                   

CKM_CAST_CBC_PAD

Type:
int
Value:
773                                                                   

CKM_CAST_ECB

Type:
int
Value:
769                                                                   

CKM_CAST_KEY_GEN

Type:
int
Value:
768                                                                   

CKM_CAST_MAC

Type:
int
Value:
771                                                                   

CKM_CAST_MAC_GENERAL

Type:
int
Value:
772                                                                   

CKM_CDMF_CBC

Type:
int
Value:
322                                                                   

CKM_CDMF_CBC_PAD

Type:
int
Value:
325                                                                   

CKM_CDMF_ECB

Type:
int
Value:
321                                                                   

CKM_CDMF_KEY_GEN

Type:
int
Value:
320                                                                   

CKM_CDMF_MAC

Type:
int
Value:
323                                                                   

CKM_CDMF_MAC_GENERAL

Type:
int
Value:
324                                                                   

CKM_CMS_SIG

Type:
int
Value:
1280                                                                  

CKM_CONCATENATE_BASE_AND_DATA

Type:
int
Value:
866                                                                   

CKM_CONCATENATE_BASE_AND_KEY

Type:
int
Value:
864                                                                   

CKM_CONCATENATE_DATA_AND_BASE

Type:
int
Value:
867                                                                   

CKM_DES2_KEY_GEN

Type:
int
Value:
304                                                                   

CKM_DES3_CBC

Type:
int
Value:
307                                                                   

CKM_DES3_CBC_ENCRYPT_DATA

Type:
int
Value:
4355                                                                  

CKM_DES3_CBC_PAD

Type:
int
Value:
310                                                                   

CKM_DES3_ECB

Type:
int
Value:
306                                                                   

CKM_DES3_ECB_ENCRYPT_DATA

Type:
int
Value:
4354                                                                  

CKM_DES3_KEY_GEN

Type:
int
Value:
305                                                                   

CKM_DES3_MAC

Type:
int
Value:
308                                                                   

CKM_DES3_MAC_GENERAL

Type:
int
Value:
309                                                                   

CKM_DES_CBC

Type:
int
Value:
290                                                                   

CKM_DES_CBC_ENCRYPT_DATA

Type:
int
Value:
4353                                                                  

CKM_DES_CBC_PAD

Type:
int
Value:
293                                                                   

CKM_DES_CFB64

Type:
int
Value:
338                                                                   

CKM_DES_CFB8

Type:
int
Value:
339                                                                   

CKM_DES_ECB

Type:
int
Value:
289                                                                   

CKM_DES_ECB_ENCRYPT_DATA

Type:
int
Value:
4352                                                                  

CKM_DES_KEY_GEN

Type:
int
Value:
288                                                                   

CKM_DES_MAC

Type:
int
Value:
291                                                                   

CKM_DES_MAC_GENERAL

Type:
int
Value:
292                                                                   

CKM_DES_OFB64

Type:
int
Value:
336                                                                   

CKM_DES_OFB8

Type:
int
Value:
337                                                                   

CKM_DH_PKCS_DERIVE

Type:
int
Value:
33                                                                    

CKM_DH_PKCS_KEY_PAIR_GEN

Type:
int
Value:
32                                                                    

CKM_DH_PKCS_PARAMETER_GEN

Type:
int
Value:
8193                                                                  

CKM_DSA

Type:
int
Value:
17                                                                    

CKM_DSA_KEY_PAIR_GEN

Type:
int
Value:
16                                                                    

CKM_DSA_PARAMETER_GEN

Type:
int
Value:
8192                                                                  

CKM_DSA_SHA1

Type:
int
Value:
18                                                                    

CKM_EC_KEY_PAIR_GEN

Type:
int
Value:
4160                                                                  

CKM_ECDH1_COFACTOR_DERIVE

Type:
int
Value:
4177                                                                  

CKM_ECDH1_DERIVE

Type:
int
Value:
4176                                                                  

CKM_ECDSA

Type:
int
Value:
4161                                                                  

CKM_ECDSA_KEY_PAIR_GEN

Type:
int
Value:
4160                                                                  

CKM_ECDSA_SHA1

Type:
int
Value:
4162                                                                  

CKM_ECMQV_DERIVE

Type:
int
Value:
4178                                                                  

CKM_EXTRACT_KEY_FROM_KEY

Type:
int
Value:
869                                                                   

CKM_FASTHASH

Type:
int
Value:
4208                                                                  

CKM_FORTEZZA_TIMESTAMP

Type:
int
Value:
4128                                                                  

CKM_GENERIC_SECRET_KEY_GEN

Type:
int
Value:
848                                                                   

CKM_IDEA_CBC

Type:
int
Value:
834                                                                   

CKM_IDEA_CBC_PAD

Type:
int
Value:
837                                                                   

CKM_IDEA_ECB

Type:
int
Value:
833                                                                   

CKM_IDEA_KEY_GEN

Type:
int
Value:
832                                                                   

CKM_IDEA_MAC

Type:
int
Value:
835                                                                   

CKM_IDEA_MAC_GENERAL

Type:
int
Value:
836                                                                   

CKM_JUNIPER_CBC128

Type:
int
Value:
4194                                                                  

CKM_JUNIPER_COUNTER

Type:
int
Value:
4195                                                                  

CKM_JUNIPER_ECB128

Type:
int
Value:
4193                                                                  

CKM_JUNIPER_KEY_GEN

Type:
int
Value:
4192                                                                  

CKM_JUNIPER_SHUFFLE

Type:
int
Value:
4196                                                                  

CKM_JUNIPER_WRAP

Type:
int
Value:
4197                                                                  

CKM_KEA_KEY_DERIVE

Type:
int
Value:
4113                                                                  

CKM_KEA_KEY_PAIR_GEN

Type:
int
Value:
4112                                                                  

CKM_KEY_WRAP_LYNKS

Type:
int
Value:
1024                                                                  

CKM_KEY_WRAP_SET_OAEP

Type:
int
Value:
1025                                                                  

CKM_MD2

Type:
int
Value:
512                                                                   

CKM_MD2_HMAC

Type:
int
Value:
513                                                                   

CKM_MD2_HMAC_GENERAL

Type:
int
Value:
514                                                                   

CKM_MD2_KEY_DERIVATION

Type:
int
Value:
913                                                                   

CKM_MD2_RSA_PKCS

Type:
int
Value:
4                                                                     

CKM_MD5

Type:
int
Value:
528                                                                   

CKM_MD5_HMAC

Type:
int
Value:
529                                                                   

CKM_MD5_HMAC_GENERAL

Type:
int
Value:
530                                                                   

CKM_MD5_KEY_DERIVATION

Type:
int
Value:
912                                                                   

CKM_MD5_RSA_PKCS

Type:
int
Value:
5                                                                     

CKM_PBA_SHA1_WITH_SHA1_HMAC

Type:
int
Value:
960                                                                   

CKM_PBE_MD2_DES_CBC

Type:
int
Value:
928                                                                   

CKM_PBE_MD5_CAST128_CBC

Type:
int
Value:
932                                                                   

CKM_PBE_MD5_CAST3_CBC

Type:
int
Value:
931                                                                   

CKM_PBE_MD5_CAST5_CBC

Type:
int
Value:
932                                                                   

CKM_PBE_MD5_CAST_CBC

Type:
int
Value:
930                                                                   

CKM_PBE_MD5_DES_CBC

Type:
int
Value:
929                                                                   

CKM_PBE_SHA1_CAST128_CBC

Type:
int
Value:
933                                                                   

CKM_PBE_SHA1_CAST5_CBC

Type:
int
Value:
933                                                                   

CKM_PBE_SHA1_DES2_EDE_CBC

Type:
int
Value:
937                                                                   

CKM_PBE_SHA1_DES3_EDE_CBC

Type:
int
Value:
936                                                                   

CKM_PBE_SHA1_RC2_128_CBC

Type:
int
Value:
938                                                                   

CKM_PBE_SHA1_RC2_40_CBC

Type:
int
Value:
939                                                                   

CKM_PBE_SHA1_RC4_128

Type:
int
Value:
934                                                                   

CKM_PBE_SHA1_RC4_40

Type:
int
Value:
935                                                                   

CKM_PKCS5_PBKD2

Type:
int
Value:
944                                                                   

CKM_RC2_CBC

Type:
int
Value:
258                                                                   

CKM_RC2_CBC_PAD

Type:
int
Value:
261                                                                   

CKM_RC2_ECB

Type:
int
Value:
257                                                                   

CKM_RC2_KEY_GEN

Type:
int
Value:
256                                                                   

CKM_RC2_MAC

Type:
int
Value:
259                                                                   

CKM_RC2_MAC_GENERAL

Type:
int
Value:
260                                                                   

CKM_RC4

Type:
int
Value:
273                                                                   

CKM_RC4_KEY_GEN

Type:
int
Value:
272                                                                   

CKM_RC5_CBC

Type:
int
Value:
818                                                                   

CKM_RC5_CBC_PAD

Type:
int
Value:
821                                                                   

CKM_RC5_ECB

Type:
int
Value:
817                                                                   

CKM_RC5_KEY_GEN

Type:
int
Value:
816                                                                   

CKM_RC5_MAC

Type:
int
Value:
819                                                                   

CKM_RC5_MAC_GENERAL

Type:
int
Value:
820                                                                   

CKM_RIPEMD128

Type:
int
Value:
560                                                                   

CKM_RIPEMD128_HMAC

Type:
int
Value:
561                                                                   

CKM_RIPEMD128_HMAC_GENERAL

Type:
int
Value:
562                                                                   

CKM_RIPEMD128_RSA_PKCS

Type:
int
Value:
7                                                                     

CKM_RIPEMD160

Type:
int
Value:
576                                                                   

CKM_RIPEMD160_HMAC

Type:
int
Value:
577                                                                   

CKM_RIPEMD160_HMAC_GENERAL

Type:
int
Value:
578                                                                   

CKM_RIPEMD160_RSA_PKCS

Type:
int
Value:
8                                                                     

CKM_RSA_9796

Type:
int
Value:
2                                                                     

CKM_RSA_PKCS

Type:
int
Value:
1                                                                     

CKM_RSA_PKCS_KEY_PAIR_GEN

Type:
int
Value:
0                                                                     

CKM_RSA_PKCS_OAEP

Type:
int
Value:
9                                                                     

CKM_RSA_PKCS_PSS

Type:
int
Value:
13                                                                    

CKM_RSA_X9_31

Type:
int
Value:
11                                                                    

CKM_RSA_X9_31_KEY_PAIR_GEN

Type:
int
Value:
10                                                                    

CKM_RSA_X_509

Type:
int
Value:
3                                                                     

CKM_SHA1_KEY_DERIVATION

Type:
int
Value:
914                                                                   

CKM_SHA1_RSA_PKCS

Type:
int
Value:
6                                                                     

CKM_SHA1_RSA_PKCS_PSS

Type:
int