Home
last modified time | relevance | path

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

/external/python/pyasn1-modules/pyasn1_modules/
Drfc2315.py202 class CertificateRevocationList(univ.Sequence): class
211 componentType = CertificateRevocationList()
/external/python/cryptography/
DCHANGELOG.rst113 :class:`~cryptography.x509.CertificateRevocationList.get_revoked_certificate_by_serial_number`
228 * Added :meth:`~cryptography.x509.CertificateRevocationList.is_signature_valid`
229 to :class:`~cryptography.x509.CertificateRevocationList`.
319 :class:`~cryptography.x509.CertificateRevocationList`, and
463 :attr:`~cryptography.x509.CertificateRevocationList.signature_algorithm_oid`
464 support to :class:`~cryptography.x509.CertificateRevocationList`.
687 * The :class:`~cryptography.x509.CertificateRevocationList` class now has
688 :attr:`~cryptography.x509.CertificateRevocationList.signature` and
689 :attr:`~cryptography.x509.CertificateRevocationList.tbs_certlist_bytes`
695 :meth:`~cryptography.x509.CertificateRevocationList.public_bytes` method of
[all …]
/external/python/cryptography/src/cryptography/x509/
D__init__.py9 Certificate, CertificateBuilder, CertificateRevocationList,
Dbase.py186 class CertificateRevocationList(object): class
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dx509.py214 @utils.register_interface(x509.CertificateRevocationList)
221 if not isinstance(other, x509.CertificateRevocationList):
/external/python/cryptography/docs/x509/
Dreference.rst212 :class:`~cryptography.x509.CertificateRevocationList`.
237 :class:`~cryptography.x509.CertificateRevocationList`.
505 .. class:: CertificateRevocationList
509 A CertificateRevocationList is an object representing a list of revoked
1016 :returns: :class:`~cryptography.x509.CertificateRevocationList`
/external/python/cryptography/docs/hazmat/backends/
Dinterfaces.rst593 :class:`~cryptography.x509.CertificateRevocationList`.
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py2282 if not isinstance(crypto_crl, x509.CertificateRevocationList):
/external/python/cryptography/tests/x509/
Dtest_x509.py74 assert isinstance(crl, x509.CertificateRevocationList)
90 assert isinstance(crl, x509.CertificateRevocationList)
/external/python/pyopenssl/tests/
Dtest_crypto.py3848 assert isinstance(crypto_crl, x509.CertificateRevocationList)