Searched refs:RevokedCertificate (Results 1 – 10 of 10) sorted by relevance
164 class RevokedCertificate(Sequence): class272 _child_spec = RevokedCertificate
12 InvalidVersion, RevokedCertificate, RevokedCertificateBuilder,
370 class RevokedCertificate(object): class671 if not isinstance(revoked_certificate, RevokedCertificate):
510 certificates. The object is iterable and will yield the RevokedCertificate544 :returns: :class:`~cryptography.x509.RevokedCertificate` if the993 :class:`~cryptography.x509.RevokedCertificate`. These can be1021 .. class:: RevokedCertificate1065 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 the2561 valid inside :class:`~cryptography.x509.RevokedCertificate` objects. It[all …]
1261 class RevokedCertificate(univ.Sequence): class1276 …type.OptionalNamedType('revokedCertificates', univ.SequenceOf(componentType=RevokedCertificate())),
176 @utils.register_interface(x509.RevokedCertificate)
320 :class:`~cryptography.x509.RevokedCertificate` now caches the computed666 :class:`~cryptography.x509.RevokedCertificate`667 :attr:`~cryptography.x509.RevokedCertificate.extensions` now uses extension
442 - `crl.RevokedCertificate`
602 :class:`~cryptography.x509.RevokedCertificate`.
178 assert isinstance(r, x509.RevokedCertificate)415 assert isinstance(rev, x509.RevokedCertificate)