Home
last modified time | relevance | path

Searched refs:FreshestCRL (Results 1 – 13 of 13) sorted by relevance

/external/python/cryptography/src/cryptography/x509/
D__init__.py46 FreshestCRL,
Dextensions.py501 class FreshestCRL(object): class
524 if not isinstance(other, FreshestCRL):
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py3940 x509.FreshestCRL(["notadistributionpoint"])
3943 fcrl = x509.FreshestCRL(
3972 fcrl = x509.FreshestCRL(iter(points))
3976 fcrl = x509.FreshestCRL(
4002 fcrl = x509.FreshestCRL(
4017 fcrl2 = x509.FreshestCRL(
4035 fcrl = x509.FreshestCRL(
4050 fcrl2 = x509.FreshestCRL(
4065 fcrl3 = x509.FreshestCRL(
4075 fcrl4 = x509.FreshestCRL(
[all …]
Dtest_x509_crlbuilder.py338 freshest = x509.FreshestCRL(
367 ext1 = crl.extensions.get_extension_for_class(x509.FreshestCRL)
Dtest_x509.py3143 x509.FreshestCRL(
3168 x509.FreshestCRL(
3185 x509.FreshestCRL(
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509Extensions.java153 public static final ASN1ObjectIdentifier FreshestCRL = new ASN1ObjectIdentifier("2.5.29.46"); field in X509Extensions
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DX509Extensions.java155 public static final ASN1ObjectIdentifier FreshestCRL = new ASN1ObjectIdentifier("2.5.29.46"); field in X509Extensions
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DX509Extensions.java155 public static final ASN1ObjectIdentifier FreshestCRL = new ASN1ObjectIdentifier("2.5.29.46"); field in X509Extensions
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py637 return x509.FreshestCRL(dist_points)
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3280.py1293 class FreshestCRL(CRLDistributionPoints): class
Drfc5280.py1456 class FreshestCRL(CRLDistributionPoints): class
/external/python/cryptography/
DCHANGELOG.rst227 * :class:`~cryptography.x509.FreshestCRL` is now allowed as a
539 * Add support for the :class:`~cryptography.x509.FreshestCRL` extension.
/external/python/cryptography/docs/x509/
Dreference.rst2219 .. class:: FreshestCRL(distribution_points)
3179 :class:`~cryptography.x509.FreshestCRL` extension type.