|
__init__(data=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
|
check_valid_times(...)
check_valid_times(time=now, allow_override=False) --> validity |
|
|
kea_type
|
find_kea_type()
Returns key exchange type of the keys in an SSL server certificate. |
|
|
string)
|
format(level=0,
indent=' ')
This is equivalent to:
nss.indented_format(cert.signed_data.format_lines()) |
|
|
[(level, string),...]
|
format_lines(level=0)
Formats the object into a sequence of lines with indent level
information. |
|
|
bool
|
has_signer_in_ca_names(ca_names)
Returns True if any of the signers in the certificate chain for a
specified certificate are in the list of CA names, False
otherwise. |
|
|
bool
|
verify_hostname(hostname)
A restricted regular expression syntax is used to test if the common
name specified in the subject DN of the certificate is a match,
returning True if so, False otherwise. |
|
|
|
verify_now(...)
verify_now(certdb, check_sig, required_usages, [user_data1, ...]) -> valid_usages |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
der_data
raw certificate DER data as data buffer
|
|
email_trust_str
certificate email trust flags as array of strings, or None if trust is not defined
|
|
extensions
certificate extensions as a tuple of CertificateExtension objects
|
|
issuer
certificate issuer as a DN object
|
|
serial_number
certificate serial number
|
|
signature_algorithm
certificate signature algorithm
|
|
signed_data
certificate signature as SignedData object
|
|
signing_trust_str
certificate object signing trust flags as array of strings, or None if trust is not defined
|
|
ssl_trust_str
certificate SSL trust flags as array of strings, or None if trust is not defined
|
|
subject
certificate subject as a DN object
|
|
subject_common_name
certificate subject
|
|
subject_public_key_info
certificate public info as SubjectPublicKeyInfo object
|
|
valid_not_after
certificate not valid after this time (floating point value expressed as microseconds since the epoch, midnight January 1st 1970, UTC)
|
|
valid_not_after_str
certificate not valid after this time (string value expressed, UTC)
|
|
valid_not_before
certificate not valid before this time (floating point value expressed as microseconds since the epoch, midnight January 1st 1970 UTC)
|
|
valid_not_before_str
certificate not valid before this time (string value expressed, UTC)
|
|
version
certificate version
|
Inherited from object :
__class__
|