Home
last modified time | relevance | path

Searched refs:RevokedCertificate (Results 1 – 10 of 10) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dcrl.py164 class RevokedCertificate(Sequence): class
272 _child_spec = RevokedCertificate
/external/python/cryptography/src/cryptography/x509/
D__init__.py12 InvalidVersion, RevokedCertificate, RevokedCertificateBuilder,
Dbase.py370 class RevokedCertificate(object): class
671 if not isinstance(revoked_certificate, RevokedCertificate):
/external/python/cryptography/docs/x509/
Dreference.rst510 certificates. The object is iterable and will yield the RevokedCertificate
544 :returns: :class:`~cryptography.x509.RevokedCertificate` if the
993 :class:`~cryptography.x509.RevokedCertificate`. These can be
1021 .. class:: RevokedCertificate
1065 This class is used to create :class:`~cryptography.x509.RevokedCertificate`
1080 >>> isinstance(revoked_certificate, x509.RevokedCertificate)
1116 :returns: :class:`~cryptography.x509.RevokedCertificate`
2526 These extensions are only valid within a :class:`RevokedCertificate` object.
2533 :class:`~cryptography.x509.RevokedCertificate` objects. If the
2561 valid inside :class:`~cryptography.x509.RevokedCertificate` objects. It
[all …]
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2459.py1261 class RevokedCertificate(univ.Sequence): class
1276 …type.OptionalNamedType('revokedCertificates', univ.SequenceOf(componentType=RevokedCertificate())),
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dx509.py176 @utils.register_interface(x509.RevokedCertificate)
/external/python/cryptography/
DCHANGELOG.rst320 :class:`~cryptography.x509.RevokedCertificate` now caches the computed
666 :class:`~cryptography.x509.RevokedCertificate`
667 :attr:`~cryptography.x509.RevokedCertificate.extensions` now uses extension
/external/python/asn1crypto/
Dchangelog.md442 - `crl.RevokedCertificate`
/external/python/cryptography/docs/hazmat/backends/
Dinterfaces.rst602 :class:`~cryptography.x509.RevokedCertificate`.
/external/python/cryptography/tests/x509/
Dtest_x509.py178 assert isinstance(r, x509.RevokedCertificate)
415 assert isinstance(rev, x509.RevokedCertificate)