|
CertDB
An object representing a Certificate Database
|
|
Certificate
An object representing a Certificate
|
|
DSAPublicKey
A object representing a DSA Public Key
|
|
KEYPQGParams
An object representing key parameters
- prime (also known as p)
- subprime (also known as q)
- base (also known as g)
|
|
PK11Slot
An object representing a PKCS #11 Slot
|
|
PrivateKey
An object representing a Private Key
|
|
PublicKey
An object representing a Public Key
|
|
RSAPublicKey
An object representing an RSA Public Key
|
|
SecItem
DER encoded data.
|
|
SignatureAlgorithm
An object representing a signature algorithm
|
|
SignedData
A object representing a signature
|
|
SubjectPublicKeyInfo
An object representing a Subject Public Key
|
|
data_to_hex(data,
octets_per_line=16,
separator=":")
Format the binary data as a hex string. |
|
|
|
|
|
|
|
|
|
get_default_certdb()
Returns the default certificate database as a CertDB object |
|
|
string
|
|
|
|
|
|
|
|
|
|
|
|
|
SEC_CERT_NICKNAMES_ALL = 1
|
|
SEC_CERT_NICKNAMES_CA = 4
|
|
SEC_CERT_NICKNAMES_SERVER = 3
|
|
SEC_CERT_NICKNAMES_USER = 2
|
|
_C_API = <PyCObject object at 0x40000600580>
|
|
certificateUsageAnyCA = 2048
|
|
certificateUsageCheckAllUsages = 0
|
|
certificateUsageEmailRecipient = 32
|
|
certificateUsageEmailSigner = 16
|
|
certificateUsageObjectSigner = 64
|
|
certificateUsageProtectedObjectSigner = 512
|
|
certificateUsageSSLCA = 8
|
|
certificateUsageSSLClient = 1
|
|
certificateUsageSSLServer = 2
|
|
certificateUsageSSLServerWithStepUp = 4
|
|
certificateUsageStatusResponder = 1024
|
|
certificateUsageUserCertImport = 128
|
|
certificateUsageVerifyCA = 256
|
|
dhKey = 4
|
|
dsaKey = 2
|
|
ecKey = 6
|
|
fortezzaKey = 3
|
|
keaKey = 5
|
|
nullKey = 0
|
|
rsaKey = 1
|
|
secCertTimeExpired = 1
|
|
secCertTimeNotValidYet = 2
|
|
secCertTimeValid = 0
|
|
ssl_kea_dh = 2
|
|
ssl_kea_ecdh = 4
|
|
ssl_kea_fortezza = 3
|
|
ssl_kea_null = 0
|
|
ssl_kea_rsa = 1
|