Python PKCS#11
Applied PKCS #11
API Reference
Concurrency
Using with SmartCard-HSM (Nitrokey HSM)
Python PKCS#11
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
A
AC_ISSUER (pkcs11.constants.Attribute attribute)
ACTI (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
ACTI_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
AES (pkcs11.mechanisms.KeyType attribute)
AES_CBC (pkcs11.mechanisms.Mechanism attribute)
AES_CBC_ENCRYPT_DATA (pkcs11.mechanisms.Mechanism attribute)
AES_CBC_PAD (pkcs11.mechanisms.Mechanism attribute)
AES_CCM (pkcs11.mechanisms.Mechanism attribute)
AES_CFB1 (pkcs11.mechanisms.Mechanism attribute)
AES_CFB128 (pkcs11.mechanisms.Mechanism attribute)
AES_CFB64 (pkcs11.mechanisms.Mechanism attribute)
AES_CFB8 (pkcs11.mechanisms.Mechanism attribute)
AES_CMAC (pkcs11.mechanisms.Mechanism attribute)
AES_CMAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
AES_CTR (pkcs11.mechanisms.Mechanism attribute)
AES_CTS (pkcs11.mechanisms.Mechanism attribute)
AES_ECB (pkcs11.mechanisms.Mechanism attribute)
AES_ECB_ENCRYPT_DATA (pkcs11.mechanisms.Mechanism attribute)
AES_GCM (pkcs11.mechanisms.Mechanism attribute)
AES_GMAC (pkcs11.mechanisms.Mechanism attribute)
AES_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
AES_KEY_WRAP (pkcs11.mechanisms.Mechanism attribute)
AES_KEY_WRAP_PAD (pkcs11.mechanisms.Mechanism attribute)
AES_MAC (pkcs11.mechanisms.Mechanism attribute)
AES_MAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
AES_OFB (pkcs11.mechanisms.Mechanism attribute)
AES_XCBC_MAC (pkcs11.mechanisms.Mechanism attribute)
AES_XCBC_MAC_96 (pkcs11.mechanisms.Mechanism attribute)
ALLOWED_MECHANISMS (pkcs11.constants.Attribute attribute)
AlreadyInitialized
ALWAYS_AUTHENTICATE
(pkcs11.constants.Attribute attribute)
ALWAYS_SENSITIVE
(pkcs11.constants.Attribute attribute)
AnotherUserAlreadyLoggedIn
APPLICATION (pkcs11.constants.Attribute attribute)
ArgumentsBad
ARIA (pkcs11.mechanisms.KeyType attribute)
as_integer_ratio() (pkcs11.constants.Attribute method)
(pkcs11.constants.CertificateType method)
(pkcs11.constants.MechanismFlag method)
(pkcs11.constants.ObjectClass method)
(pkcs11.constants.SlotFlag method)
(pkcs11.constants.TokenFlag method)
(pkcs11.constants.UserType method)
(pkcs11.mechanisms.KDF method)
(pkcs11.mechanisms.KeyType method)
(pkcs11.mechanisms.Mechanism method)
(pkcs11.mechanisms.MGF method)
ATTR_TYPES (pkcs11.constants.Attribute attribute)
Attribute (class in pkcs11.constants)
AttributeReadOnly
AttributeSensitive
AttributeTypeInvalid
AttributeValueInvalid
AUTH_PIN_FLAGS (pkcs11.constants.Attribute attribute)
B
BASE
,
[1]
(pkcs11.constants.Attribute attribute)
biginteger() (in module pkcs11.util)
bit_count() (pkcs11.constants.Attribute method)
(pkcs11.constants.CertificateType method)
(pkcs11.constants.MechanismFlag method)
(pkcs11.constants.ObjectClass method)
(pkcs11.constants.SlotFlag method)
(pkcs11.constants.TokenFlag method)
(pkcs11.constants.UserType method)
(pkcs11.mechanisms.KDF method)
(pkcs11.mechanisms.KeyType method)
(pkcs11.mechanisms.Mechanism method)
(pkcs11.mechanisms.MGF method)
bit_length() (pkcs11.constants.Attribute method)
(pkcs11.constants.CertificateType method)
(pkcs11.constants.MechanismFlag method)
(pkcs11.constants.ObjectClass method)
(pkcs11.constants.SlotFlag method)
(pkcs11.constants.TokenFlag method)
(pkcs11.constants.UserType method)
(pkcs11.mechanisms.KDF method)
(pkcs11.mechanisms.KeyType method)
(pkcs11.mechanisms.Mechanism method)
(pkcs11.mechanisms.MGF method)
BITS_PER_PIXEL (pkcs11.constants.Attribute attribute)
BLOWFISH (pkcs11.mechanisms.KeyType attribute)
BLOWFISH_CBC (pkcs11.mechanisms.Mechanism attribute)
BLOWFISH_CBC_PAD (pkcs11.mechanisms.Mechanism attribute)
BLOWFISH_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
C
CAMELLIA (pkcs11.mechanisms.KeyType attribute)
Certificate (class in pkcs11)
CERTIFICATE (pkcs11.constants.ObjectClass attribute)
CERTIFICATE_CATEGORY (pkcs11.constants.Attribute attribute)
certificate_type (pkcs11.Certificate attribute)
CERTIFICATE_TYPE (pkcs11.constants.Attribute attribute)
CertificateType (class in pkcs11.constants)
CHAR_COLUMNS (pkcs11.constants.Attribute attribute)
CHAR_ROWS (pkcs11.constants.Attribute attribute)
CHAR_SETS (pkcs11.constants.Attribute attribute)
CHECK_VALUE (pkcs11.constants.Attribute attribute)
CLASS (pkcs11.constants.Attribute attribute)
CLOCK_ON_TOKEN (pkcs11.constants.TokenFlag attribute)
close() (pkcs11.Session method)
CMS_SIG (pkcs11.mechanisms.Mechanism attribute)
COEFFICIENT (pkcs11.constants.Attribute attribute)
COLOR (pkcs11.constants.Attribute attribute)
CONCATENATE_BASE_AND_DATA (pkcs11.mechanisms.Mechanism attribute)
CONCATENATE_BASE_AND_KEY (pkcs11.mechanisms.Mechanism attribute)
CONCATENATE_DATA_AND_BASE (pkcs11.mechanisms.Mechanism attribute)
conjugate() (pkcs11.constants.Attribute method)
(pkcs11.constants.CertificateType method)
(pkcs11.constants.MechanismFlag method)
(pkcs11.constants.ObjectClass method)
(pkcs11.constants.SlotFlag method)
(pkcs11.constants.TokenFlag method)
(pkcs11.constants.UserType method)
(pkcs11.mechanisms.KDF method)
(pkcs11.mechanisms.KeyType method)
(pkcs11.mechanisms.Mechanism method)
(pkcs11.mechanisms.MGF method)
copy() (pkcs11.Object method)
COPYABLE (pkcs11.constants.Attribute attribute)
CPDIVERSIFY (pkcs11.mechanisms.KDF attribute)
create_domain_parameters() (pkcs11.Session method)
create_object() (pkcs11.Session method)
cryptoki_version (pkcs11.lib attribute)
D
DATA (pkcs11.constants.ObjectClass attribute)
DataInvalid
DataLenRange
decode_dh_domain_parameters() (in module pkcs11.util.dh)
decode_dh_public_key() (in module pkcs11.util.dh)
decode_dsa_domain_parameters() (in module pkcs11.util.dsa)
decode_dsa_public_key() (in module pkcs11.util.dsa)
decode_dsa_signature() (in module pkcs11.util.dsa)
decode_ec_private_key() (in module pkcs11.util.ec)
decode_ec_public_key() (in module pkcs11.util.ec)
decode_ecdsa_signature() (in module pkcs11.util.ec)
decode_rsa_private_key() (in module pkcs11.util.rsa)
decode_rsa_public_key() (in module pkcs11.util.rsa)
decode_x509_certificate() (in module pkcs11.util.x509)
decode_x509_public_key() (in module pkcs11.util.x509)
DECRYPT (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
decrypt() (pkcs11.DecryptMixin method)
DecryptMixin (class in pkcs11)
DEFAULT (in module pkcs11.constants)
DEFAULT_CMS_ATTRIBUTES (pkcs11.constants.Attribute attribute)
denominator (pkcs11.constants.Attribute attribute)
(pkcs11.constants.CertificateType attribute)
(pkcs11.constants.MechanismFlag attribute)
(pkcs11.constants.ObjectClass attribute)
(pkcs11.constants.SlotFlag attribute)
(pkcs11.constants.TokenFlag attribute)
(pkcs11.constants.UserType attribute)
(pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
(pkcs11.mechanisms.MGF attribute)
DERIVE (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
derive_key() (pkcs11.DeriveMixin method)
DERIVE_TEMPLATE (pkcs11.constants.Attribute attribute)
DeriveMixin (class in pkcs11)
DES2 (pkcs11.mechanisms.KeyType attribute)
DES2_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
DES3 (pkcs11.mechanisms.KeyType attribute)
DES3_CBC (pkcs11.mechanisms.Mechanism attribute)
DES3_CBC_ENCRYPT_DATA (pkcs11.mechanisms.Mechanism attribute)
DES3_CBC_PAD (pkcs11.mechanisms.Mechanism attribute)
DES3_CMAC (pkcs11.mechanisms.Mechanism attribute)
DES3_CMAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
DES3_ECB (pkcs11.mechanisms.Mechanism attribute)
DES3_ECB_ENCRYPT_DATA (pkcs11.mechanisms.Mechanism attribute)
DES3_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
DES3_MAC (pkcs11.mechanisms.Mechanism attribute)
DES3_MAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
DES_CBC_ENCRYPT_DATA (pkcs11.mechanisms.Mechanism attribute)
DES_ECB_ENCRYPT_DATA (pkcs11.mechanisms.Mechanism attribute)
destroy() (pkcs11.Object method)
DeviceError
DeviceMemory
DeviceRemoved
DH (pkcs11.mechanisms.KeyType attribute)
DH_PKCS_DERIVE (pkcs11.mechanisms.Mechanism attribute)
DH_PKCS_KEY_PAIR_GEN (pkcs11.mechanisms.Mechanism attribute)
DH_PKCS_PARAMETER_GEN (pkcs11.mechanisms.Mechanism attribute)
DIGEST (pkcs11.constants.MechanismFlag attribute)
digest() (pkcs11.Session method)
DOMAIN_PARAMETERS (pkcs11.constants.ObjectClass attribute)
DomainParameters (class in pkcs11)
DomainParamsInvalid
DSA (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
DSA_KEY_PAIR_GEN (pkcs11.mechanisms.Mechanism attribute)
DSA_PARAMETER_GEN (pkcs11.mechanisms.Mechanism attribute)
DSA_SHA1 (pkcs11.mechanisms.Mechanism attribute)
DSA_SHA224 (pkcs11.mechanisms.Mechanism attribute)
DSA_SHA256 (pkcs11.mechanisms.Mechanism attribute)
DSA_SHA384 (pkcs11.mechanisms.Mechanism attribute)
DSA_SHA512 (pkcs11.mechanisms.Mechanism attribute)
DUAL_CRYPTO_OPERATIONS (pkcs11.constants.TokenFlag attribute)
E
EC (pkcs11.mechanisms.KeyType attribute)
EC_COMPRESS (pkcs11.constants.MechanismFlag attribute)
EC_ECPARAMETERS (pkcs11.constants.MechanismFlag attribute)
EC_EDWARDS (pkcs11.mechanisms.KeyType attribute)
EC_EDWARDS_KEY_PAIR_GEN (pkcs11.mechanisms.Mechanism attribute)
EC_F_2M (pkcs11.constants.MechanismFlag attribute)
EC_F_P (pkcs11.constants.MechanismFlag attribute)
EC_KEY_PAIR_GEN (pkcs11.mechanisms.Mechanism attribute)
EC_NAMEDCURVE (pkcs11.constants.MechanismFlag attribute)
EC_PARAMS
(pkcs11.constants.Attribute attribute)
EC_POINT
(pkcs11.constants.Attribute attribute)
EC_UNCOMPRESS (pkcs11.constants.MechanismFlag attribute)
ECDH1_COFACTOR_DERIVE (pkcs11.mechanisms.Mechanism attribute)
ECDH1_DERIVE (pkcs11.mechanisms.Mechanism attribute)
ECDSA (pkcs11.mechanisms.Mechanism attribute)
ECDSA_SHA1 (pkcs11.mechanisms.Mechanism attribute)
ECDSA_SHA224 (pkcs11.mechanisms.Mechanism attribute)
ECDSA_SHA256 (pkcs11.mechanisms.Mechanism attribute)
ECDSA_SHA384 (pkcs11.mechanisms.Mechanism attribute)
ECDSA_SHA512 (pkcs11.mechanisms.Mechanism attribute)
ECMQV_DERIVE (pkcs11.mechanisms.Mechanism attribute)
EDDSA (pkcs11.mechanisms.Mechanism attribute)
encode_dh_domain_parameters() (in module pkcs11.util.dh)
encode_dh_public_key() (in module pkcs11.util.dh)
encode_dsa_domain_parameters() (in module pkcs11.util.dsa)
encode_dsa_public_key() (in module pkcs11.util.dsa)
encode_dsa_signature() (in module pkcs11.util.dsa)
encode_ec_public_key() (in module pkcs11.util.ec)
encode_ecdsa_signature() (in module pkcs11.util.ec)
encode_named_curve_parameters() (in module pkcs11.util.ec)
encode_rsa_public_key() (in module pkcs11.util.rsa)
ENCODING_METHODS (pkcs11.constants.Attribute attribute)
ENCRYPT (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
encrypt() (pkcs11.EncryptMixin method)
EncryptedDataInvalid
EncryptedDataLenRange
EncryptMixin (class in pkcs11)
END_DATE
(pkcs11.constants.Attribute attribute)
ERROR_STATE (pkcs11.constants.TokenFlag attribute)
ExceededMaxIterations
EXPONENT_1 (pkcs11.constants.Attribute attribute)
EXPONENT_2 (pkcs11.constants.Attribute attribute)
EXTENSION (pkcs11.constants.MechanismFlag attribute)
EXTRACT_KEY_FROM_KEY (pkcs11.mechanisms.Mechanism attribute)
EXTRACTABLE
(pkcs11.constants.Attribute attribute)
F
firmware_version (pkcs11.Slot attribute)
(pkcs11.Token attribute)
flags (pkcs11.MechanismInfo attribute)
(pkcs11.Slot attribute)
(pkcs11.Token attribute)
from_bytes() (pkcs11.constants.Attribute method)
(pkcs11.constants.CertificateType method)
(pkcs11.constants.MechanismFlag method)
(pkcs11.constants.ObjectClass method)
(pkcs11.constants.SlotFlag method)
(pkcs11.constants.TokenFlag method)
(pkcs11.constants.UserType method)
(pkcs11.mechanisms.KDF method)
(pkcs11.mechanisms.KeyType method)
(pkcs11.mechanisms.Mechanism method)
(pkcs11.mechanisms.MGF method)
FunctionCancelled
FunctionFailed
FunctionNotSupported
FunctionRejected
G
GeneralError
GENERATE (pkcs11.constants.MechanismFlag attribute)
generate_domain_parameters() (pkcs11.Session method)
generate_key() (pkcs11.Session method)
GENERATE_KEY_PAIR (pkcs11.constants.MechanismFlag attribute)
generate_keypair() (pkcs11.DomainParameters method)
(pkcs11.Session method)
generate_random() (pkcs11.Session method)
GENERIC_SECRET (pkcs11.mechanisms.KeyType attribute)
GENERIC_SECRET_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
get_key() (pkcs11.Session method)
get_mechanism_info() (pkcs11.Slot method)
get_mechanisms() (pkcs11.Slot method)
get_objects() (pkcs11.Session method)
get_slots() (pkcs11.lib method)
get_token() (pkcs11.lib method)
(pkcs11.Slot method)
get_tokens() (pkcs11.lib method)
GOST28147 (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
GOST28147_ECB (pkcs11.mechanisms.Mechanism attribute)
GOST28147_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
GOST28147_KEY_WRAP (pkcs11.mechanisms.Mechanism attribute)
GOST28147_MAC (pkcs11.mechanisms.Mechanism attribute)
GOST28147_PARAMS (pkcs11.constants.Attribute attribute)
GOSTR3410 (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
GOSTR3410_DERIVE (pkcs11.mechanisms.Mechanism attribute)
GOSTR3410_KEY_PAIR_GEN (pkcs11.mechanisms.Mechanism attribute)
GOSTR3410_KEY_WRAP (pkcs11.mechanisms.Mechanism attribute)
GOSTR3410_PARAMS (pkcs11.constants.Attribute attribute)
GOSTR3410_WITH_GOSTR3411 (pkcs11.mechanisms.Mechanism attribute)
GOSTR3411 (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
GOSTR3411_HMAC (pkcs11.mechanisms.Mechanism attribute)
GOSTR3411_PARAMS (pkcs11.constants.Attribute attribute)
H
hardware_version (pkcs11.Slot attribute)
(pkcs11.Token attribute)
HAS_RESET (pkcs11.constants.Attribute attribute)
HASH_OF_ISSUER_PUBLIC_KEY
(pkcs11.constants.Attribute attribute)
HASH_OF_SUBJECT_PUBLIC_KEY
(pkcs11.constants.Attribute attribute)
HostMemory
HOTP (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
HOTP_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
HW (pkcs11.constants.MechanismFlag attribute)
HW_FEATURE (pkcs11.constants.ObjectClass attribute)
HW_FEATURE_TYPE (pkcs11.constants.Attribute attribute)
HW_SLOT (pkcs11.constants.SlotFlag attribute)
I
ID (pkcs11.constants.Attribute attribute)
id (pkcs11.Key attribute)
imag (pkcs11.constants.Attribute attribute)
(pkcs11.constants.CertificateType attribute)
(pkcs11.constants.MechanismFlag attribute)
(pkcs11.constants.ObjectClass attribute)
(pkcs11.constants.SlotFlag attribute)
(pkcs11.constants.TokenFlag attribute)
(pkcs11.constants.UserType attribute)
(pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
(pkcs11.mechanisms.MGF attribute)
is_integer() (pkcs11.constants.Attribute method)
(pkcs11.constants.CertificateType method)
(pkcs11.constants.MechanismFlag method)
(pkcs11.constants.ObjectClass method)
(pkcs11.constants.SlotFlag method)
(pkcs11.constants.TokenFlag method)
(pkcs11.constants.UserType method)
(pkcs11.mechanisms.KDF method)
(pkcs11.mechanisms.KeyType method)
(pkcs11.mechanisms.Mechanism method)
(pkcs11.mechanisms.MGF method)
ISSUER
(pkcs11.constants.Attribute attribute)
J
JAVA_MIDP_SECURITY_DOMAIN (pkcs11.constants.Attribute attribute)
K
KDF (class in pkcs11.mechanisms)
Key (class in pkcs11)
KEY_GEN_MECHANISM (pkcs11.constants.Attribute attribute)
key_length (pkcs11.PrivateKey attribute)
(pkcs11.PublicKey attribute)
(pkcs11.SecretKey attribute)
KEY_TYPE (pkcs11.constants.Attribute attribute)
key_type (pkcs11.DomainParameters attribute)
(pkcs11.Key attribute)
KeyHandleInvalid
KeyIndigestible
KeyNeeded
KeyNotNeeded
KeyNotWrappable
KeySizeRange
KeyType (class in pkcs11.mechanisms)
KeyTypeInconsistent
KeyUnextractable
KIP_DERIVE (pkcs11.mechanisms.Mechanism attribute)
KIP_MAC (pkcs11.mechanisms.Mechanism attribute)
KIP_WRAP (pkcs11.mechanisms.Mechanism attribute)
L
LABEL (pkcs11.constants.Attribute attribute)
label (pkcs11.Key attribute)
(pkcs11.Token attribute)
lib (class in pkcs11)
library_description (pkcs11.lib attribute)
library_version (pkcs11.lib attribute)
LOCAL
(pkcs11.constants.Attribute attribute)
LOGIN_REQUIRED (pkcs11.constants.TokenFlag attribute)
M
manufacturer_id (pkcs11.lib attribute)
(pkcs11.Slot attribute)
(pkcs11.Token attribute)
max_key_length (pkcs11.MechanismInfo attribute)
MD2_RSA_PKCS (pkcs11.mechanisms.Mechanism attribute)
MD5_RSA_PKCS (pkcs11.mechanisms.Mechanism attribute)
Mechanism (class in pkcs11.mechanisms)
MECHANISM (pkcs11.constants.ObjectClass attribute)
mechanism (pkcs11.MechanismInfo attribute)
MECHANISM_TYPE (pkcs11.constants.Attribute attribute)
MechanismFlag (class in pkcs11.constants)
MechanismInfo (class in pkcs11)
MechanismInvalid
MechanismParamInvalid
MGF (class in pkcs11.mechanisms)
MIME_TYPES (pkcs11.constants.Attribute attribute)
min_key_length (pkcs11.MechanismInfo attribute)
model (pkcs11.Token attribute)
MODIFIABLE (pkcs11.constants.Attribute attribute)
module
pkcs11
pkcs11.constants
pkcs11.exceptions
pkcs11.mechanisms
pkcs11.util
pkcs11.util.dh
pkcs11.util.dsa
pkcs11.util.ec
pkcs11.util.rsa
pkcs11.util.x509
MODULUS
(pkcs11.constants.Attribute attribute)
MODULUS_BITS (pkcs11.constants.Attribute attribute)
MultipleObjectsReturned
MultipleTokensReturned
N
NEVER_EXTRACTABLE
(pkcs11.constants.Attribute attribute)
NOBODY (pkcs11.constants.UserType attribute)
NoSuchKey
NoSuchToken
NULL (pkcs11.mechanisms.KDF attribute)
numerator (pkcs11.constants.Attribute attribute)
(pkcs11.constants.CertificateType attribute)
(pkcs11.constants.MechanismFlag attribute)
(pkcs11.constants.ObjectClass attribute)
(pkcs11.constants.SlotFlag attribute)
(pkcs11.constants.TokenFlag attribute)
(pkcs11.constants.UserType attribute)
(pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
(pkcs11.mechanisms.MGF attribute)
O
Object (class in pkcs11)
object_class (pkcs11.Certificate attribute)
(pkcs11.Object attribute)
(pkcs11.PrivateKey attribute)
(pkcs11.PublicKey attribute)
(pkcs11.SecretKey attribute)
OBJECT_ID (pkcs11.constants.Attribute attribute)
ObjectClass (class in pkcs11.constants)
ObjectHandleInvalid
open() (pkcs11.Token method)
OperationActive
OperationNotInitialized
OTP_CHALLENGE_REQUIREMENT (pkcs11.constants.Attribute attribute)
OTP_COUNTER (pkcs11.constants.Attribute attribute)
OTP_COUNTER_REQUIREMENT (pkcs11.constants.Attribute attribute)
OTP_FORMAT (pkcs11.constants.Attribute attribute)
OTP_KEY (pkcs11.constants.ObjectClass attribute)
OTP_LENGTH (pkcs11.constants.Attribute attribute)
OTP_PIN_REQUIREMENT (pkcs11.constants.Attribute attribute)
OTP_SERVICE_IDENTIFIER (pkcs11.constants.Attribute attribute)
OTP_SERVICE_LOGO (pkcs11.constants.Attribute attribute)
OTP_SERVICE_LOGO_TYPE (pkcs11.constants.Attribute attribute)
OTP_TIME (pkcs11.constants.Attribute attribute)
OTP_TIME_INTERVAL (pkcs11.constants.Attribute attribute)
OTP_TIME_REQUIREMENT (pkcs11.constants.Attribute attribute)
OTP_USER_FRIENDLY_MODE (pkcs11.constants.Attribute attribute)
OTP_USER_IDENTIFIER (pkcs11.constants.Attribute attribute)
OWNER (pkcs11.constants.Attribute attribute)
P
PinExpired
PinIncorrect
PinInvalid
PinLenRange
PinLocked
PinTooWeak
PIXEL_X (pkcs11.constants.Attribute attribute)
PIXEL_Y (pkcs11.constants.Attribute attribute)
pkcs11
module
pkcs11.constants
module
pkcs11.exceptions
module
pkcs11.mechanisms
module
pkcs11.util
module
pkcs11.util.dh
module
pkcs11.util.dsa
module
pkcs11.util.ec
module
pkcs11.util.rsa
module
pkcs11.util.x509
module
PKCS11Error
PKCS5_PBKD2 (pkcs11.mechanisms.Mechanism attribute)
PRIME
,
[1]
(pkcs11.constants.Attribute attribute)
PRIME_1 (pkcs11.constants.Attribute attribute)
PRIME_2 (pkcs11.constants.Attribute attribute)
PRIME_BITS (pkcs11.constants.Attribute attribute)
PRIVATE
(pkcs11.constants.Attribute attribute)
PRIVATE_EXPONENT (pkcs11.constants.Attribute attribute)
PRIVATE_KEY (pkcs11.constants.ObjectClass attribute)
PrivateKey (class in pkcs11)
PROTECTED_AUTHENTICATION_PATH (pkcs11.constants.TokenFlag attribute)
PUBLIC_EXPONENT
(pkcs11.constants.Attribute attribute)
PUBLIC_KEY (pkcs11.constants.ObjectClass attribute)
PublicKey (class in pkcs11)
PublicKeyInvalid
R
RandomNoRNG
RandomSeedNotSupported
real (pkcs11.constants.Attribute attribute)
(pkcs11.constants.CertificateType attribute)
(pkcs11.constants.MechanismFlag attribute)
(pkcs11.constants.ObjectClass attribute)
(pkcs11.constants.SlotFlag attribute)
(pkcs11.constants.TokenFlag attribute)
(pkcs11.constants.UserType attribute)
(pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
(pkcs11.mechanisms.MGF attribute)
reinitialize() (pkcs11.lib method)
REMOVABLE_DEVICE (pkcs11.constants.SlotFlag attribute)
REQUIRED_CMS_ATTRIBUTES (pkcs11.constants.Attribute attribute)
RESET_ON_INIT (pkcs11.constants.Attribute attribute)
RESOLUTION (pkcs11.constants.Attribute attribute)
RESTORE_KEY_NOT_NEEDED (pkcs11.constants.TokenFlag attribute)
RNG (pkcs11.constants.TokenFlag attribute)
RSA (pkcs11.mechanisms.KeyType attribute)
RSA_9796 (pkcs11.mechanisms.Mechanism attribute)
RSA_PKCS (pkcs11.mechanisms.Mechanism attribute)
RSA_PKCS_KEY_PAIR_GEN (pkcs11.mechanisms.Mechanism attribute)
RSA_PKCS_OAEP (pkcs11.mechanisms.Mechanism attribute)
RSA_PKCS_OAEP_TPM_1_1 (pkcs11.mechanisms.Mechanism attribute)
RSA_PKCS_PSS (pkcs11.mechanisms.Mechanism attribute)
RSA_PKCS_TPM_1_1 (pkcs11.mechanisms.Mechanism attribute)
RSA_X9_31 (pkcs11.mechanisms.Mechanism attribute)
RSA_X9_31_KEY_PAIR_GEN (pkcs11.mechanisms.Mechanism attribute)
RSA_X_509 (pkcs11.mechanisms.Mechanism attribute)
rw (pkcs11.Session attribute)
S
SECONDARY_AUTH (pkcs11.constants.Attribute attribute)
SECRET_KEY (pkcs11.constants.ObjectClass attribute)
SecretKey (class in pkcs11)
SECURID (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
SECURID_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
SEED (pkcs11.mechanisms.KeyType attribute)
SEED_CBC (pkcs11.mechanisms.Mechanism attribute)
SEED_CBC_ENCRYPT_DATA (pkcs11.mechanisms.Mechanism attribute)
SEED_CBC_PAD (pkcs11.mechanisms.Mechanism attribute)
SEED_ECB (pkcs11.mechanisms.Mechanism attribute)
SEED_ECB_ENCRYPT_DATA (pkcs11.mechanisms.Mechanism attribute)
SEED_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
SEED_MAC (pkcs11.mechanisms.Mechanism attribute)
SEED_MAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
seed_random() (pkcs11.Session method)
SENSITIVE
(pkcs11.constants.Attribute attribute)
SERIAL
serial (pkcs11.Token attribute)
SERIAL_NUMBER (pkcs11.constants.Attribute attribute)
Session (class in pkcs11)
session (pkcs11.Object attribute)
SessionClosed
SessionCount
SessionExists
SessionHandleInvalid
SessionReadOnly
SessionReadOnlyExists
SessionReadWriteSOExists
SHA1 (pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.MGF attribute)
SHA1_ASN1 (pkcs11.mechanisms.KDF attribute)
SHA1_CONCATENATE (pkcs11.mechanisms.KDF attribute)
SHA1_KEY_DERIVATION (pkcs11.mechanisms.Mechanism attribute)
SHA1_RSA_PKCS (pkcs11.mechanisms.Mechanism attribute)
SHA1_RSA_PKCS_PSS (pkcs11.mechanisms.Mechanism attribute)
SHA1_RSA_X9_31 (pkcs11.mechanisms.Mechanism attribute)
SHA224 (pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.Mechanism attribute)
(pkcs11.mechanisms.MGF attribute)
SHA224_HMAC (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
SHA224_HMAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
SHA224_KEY_DERIVATION (pkcs11.mechanisms.Mechanism attribute)
SHA224_RSA_PKCS (pkcs11.mechanisms.Mechanism attribute)
SHA224_RSA_PKCS_PSS (pkcs11.mechanisms.Mechanism attribute)
SHA256 (pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.Mechanism attribute)
(pkcs11.mechanisms.MGF attribute)
SHA256_HMAC (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
SHA256_HMAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
SHA256_KEY_DERIVATION (pkcs11.mechanisms.Mechanism attribute)
SHA256_RSA_PKCS (pkcs11.mechanisms.Mechanism attribute)
SHA256_RSA_PKCS_PSS (pkcs11.mechanisms.Mechanism attribute)
SHA384 (pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.Mechanism attribute)
(pkcs11.mechanisms.MGF attribute)
SHA384_HMAC (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
SHA384_HMAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
SHA384_KEY_DERIVATION (pkcs11.mechanisms.Mechanism attribute)
SHA384_RSA_PKCS (pkcs11.mechanisms.Mechanism attribute)
SHA384_RSA_PKCS_PSS (pkcs11.mechanisms.Mechanism attribute)
SHA512 (pkcs11.mechanisms.KDF attribute)
(pkcs11.mechanisms.Mechanism attribute)
(pkcs11.mechanisms.MGF attribute)
SHA512_HMAC (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
SHA512_HMAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
SHA512_KEY_DERIVATION (pkcs11.mechanisms.Mechanism attribute)
SHA512_RSA_PKCS (pkcs11.mechanisms.Mechanism attribute)
SHA512_RSA_PKCS_PSS (pkcs11.mechanisms.Mechanism attribute)
SHA_1 (pkcs11.mechanisms.Mechanism attribute)
SHA_1_HMAC (pkcs11.mechanisms.KeyType attribute)
(pkcs11.mechanisms.Mechanism attribute)
SHA_1_HMAC_GENERAL (pkcs11.mechanisms.Mechanism attribute)
SIGN (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
sign() (pkcs11.SignMixin method)
SIGN_RECOVER (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
SignatureInvalid
SignatureLenRange
SignMixin (class in pkcs11)
Slot (class in pkcs11)
slot (pkcs11.MechanismInfo attribute)
(pkcs11.Token attribute)
slot_description (pkcs11.Slot attribute)
slot_id (pkcs11.Slot attribute)
SlotFlag (class in pkcs11.constants)
SlotIDInvalid
SO (pkcs11.constants.UserType attribute)
SO_PIN_COUNT_LOW (pkcs11.constants.TokenFlag attribute)
SO_PIN_FINAL_TRY (pkcs11.constants.TokenFlag attribute)
SO_PIN_LOCKED (pkcs11.constants.TokenFlag attribute)
SO_PIN_TO_BE_CHANGED (pkcs11.constants.TokenFlag attribute)
SSL3_KEY_AND_MAC_DERIVE (pkcs11.mechanisms.Mechanism attribute)
SSL3_MASTER_KEY_DERIVE (pkcs11.mechanisms.Mechanism attribute)
SSL3_MASTER_KEY_DERIVE_DH (pkcs11.mechanisms.Mechanism attribute)
SSL3_MD5_MAC (pkcs11.mechanisms.Mechanism attribute)
SSL3_PRE_MASTER_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
SSL3_SHA1_MAC (pkcs11.mechanisms.Mechanism attribute)
START_DATE
(pkcs11.constants.Attribute attribute)
SUBJECT
(pkcs11.constants.Attribute attribute)
SUBPRIME
,
[1]
(pkcs11.constants.Attribute attribute)
SUBPRIME_BITS (pkcs11.constants.Attribute attribute)
SUPPORTED_CMS_ATTRIBUTES (pkcs11.constants.Attribute attribute)
T
TemplateIncomplete
TemplateInconsistent
TLS_KEY_AND_MAC_DERIVE (pkcs11.mechanisms.Mechanism attribute)
TLS_MASTER_KEY_DERIVE (pkcs11.mechanisms.Mechanism attribute)
TLS_MASTER_KEY_DERIVE_DH (pkcs11.mechanisms.Mechanism attribute)
TLS_PRE_MASTER_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
TLS_PRF (pkcs11.mechanisms.Mechanism attribute)
to_bytes() (pkcs11.constants.Attribute method)
(pkcs11.constants.CertificateType method)
(pkcs11.constants.MechanismFlag method)
(pkcs11.constants.ObjectClass method)
(pkcs11.constants.SlotFlag method)
(pkcs11.constants.TokenFlag method)
(pkcs11.constants.UserType method)
(pkcs11.mechanisms.KDF method)
(pkcs11.mechanisms.KeyType method)
(pkcs11.mechanisms.Mechanism method)
(pkcs11.mechanisms.MGF method)
Token (class in pkcs11)
TOKEN (pkcs11.constants.Attribute attribute)
token (pkcs11.Session attribute)
TOKEN_INITIALIZED (pkcs11.constants.TokenFlag attribute)
TOKEN_PRESENT (pkcs11.constants.SlotFlag attribute)
TokenFlag (class in pkcs11.constants)
TokenNotPresent
TokenNotRecognised
TokenWriteProtected
TRUSTED (pkcs11.constants.Attribute attribute)
TWOFISH (pkcs11.mechanisms.KeyType attribute)
TWOFISH_CBC (pkcs11.mechanisms.Mechanism attribute)
TWOFISH_CBC_PAD (pkcs11.mechanisms.Mechanism attribute)
TWOFISH_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
U
UNWRAP (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
unwrap_key() (pkcs11.UnwrapMixin method)
UNWRAP_TEMPLATE (pkcs11.constants.Attribute attribute)
UnwrapMixin (class in pkcs11)
UnwrappingKeyHandleInvalid
UnwrappingKeySizeRange
UnwrappingKeyTypeInconsistent
URL (pkcs11.constants.Attribute attribute)
USER (pkcs11.constants.UserType attribute)
USER_PIN_COUNT_LOW (pkcs11.constants.TokenFlag attribute)
USER_PIN_FINAL_TRY (pkcs11.constants.TokenFlag attribute)
USER_PIN_INITIALIZED (pkcs11.constants.TokenFlag attribute)
USER_PIN_LOCKED (pkcs11.constants.TokenFlag attribute)
USER_PIN_TO_BE_CHANGED (pkcs11.constants.TokenFlag attribute)
user_type (pkcs11.Session attribute)
UserAlreadyLoggedIn
UserNotLoggedIn
UserPinNotInitialized
UserTooManyTypes
UserType (class in pkcs11.constants)
V
VALUE
,
[1]
,
[2]
,
[3]
(pkcs11.constants.Attribute attribute)
VALUE_BITS (pkcs11.constants.Attribute attribute)
VALUE_LEN (pkcs11.constants.Attribute attribute)
VERIFY (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
verify() (pkcs11.VerifyMixin method)
VERIFY_RECOVER (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
VerifyMixin (class in pkcs11)
W
WRAP (pkcs11.constants.Attribute attribute)
(pkcs11.constants.MechanismFlag attribute)
wrap_key() (pkcs11.WrapMixin method)
WRAP_TEMPLATE (pkcs11.constants.Attribute attribute)
WRAP_WITH_TRUSTED (pkcs11.constants.Attribute attribute)
WrapMixin (class in pkcs11)
WrappedKeyInvalid
WrappedKeyLenRange
WrappingKeyHandleInvalid
WrappingKeySizeRange
WrappingKeyTypeInconsistent
WRITE_PROTECTED (pkcs11.constants.TokenFlag attribute)
WTLS (pkcs11.constants.CertificateType attribute)
WTLS_CLIENT_KEY_AND_MAC_DERIVE (pkcs11.mechanisms.Mechanism attribute)
WTLS_MASTER_KEY_DERIVE (pkcs11.mechanisms.Mechanism attribute)
WTLS_MASTER_KEY_DERIVE_DH_ECC (pkcs11.mechanisms.Mechanism attribute)
WTLS_PRE_MASTER_KEY_GEN (pkcs11.mechanisms.Mechanism attribute)
WTLS_PRF (pkcs11.mechanisms.Mechanism attribute)
WTLS_SERVER_KEY_AND_MAC_DERIVE (pkcs11.mechanisms.Mechanism attribute)
X
X9_42_DH (pkcs11.mechanisms.KeyType attribute)
X9_42_DH_DERIVE (pkcs11.mechanisms.Mechanism attribute)
X9_42_DH_HYBRID_DERIVE (pkcs11.mechanisms.Mechanism attribute)
X9_42_DH_KEY_PAIR_GEN (pkcs11.mechanisms.Mechanism attribute)
X9_42_DH_PARAMETER_GEN (pkcs11.mechanisms.Mechanism attribute)
X9_42_MQV_DERIVE (pkcs11.mechanisms.Mechanism attribute)
X_509 (pkcs11.constants.CertificateType attribute)
X_509_ATTR_CERT (pkcs11.constants.CertificateType attribute)
XOR_BASE_AND_DATA (pkcs11.mechanisms.Mechanism attribute)