Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/x509/
D__init__.py22 Extension, ExtensionNotFound, ExtensionType, Extensions, FreshestCRL,
Dextensions.py451 class FreshestCRL(object): class
476 if not isinstance(other, FreshestCRL):
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py3704 x509.FreshestCRL(["notadistributionpoint"])
3707 fcrl = x509.FreshestCRL([
3728 fcrl = x509.FreshestCRL(iter(points))
3732 fcrl = x509.FreshestCRL([
3756 fcrl = x509.FreshestCRL([
3767 fcrl2 = x509.FreshestCRL([
3781 fcrl = x509.FreshestCRL([
3792 fcrl2 = x509.FreshestCRL([
3803 fcrl3 = x509.FreshestCRL([
3811 fcrl4 = x509.FreshestCRL([
[all …]
Dtest_x509.py2584 x509.FreshestCRL([
2603 x509.FreshestCRL([
2616 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/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/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/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py628 return x509.FreshestCRL(dist_points)
/external/python/pyasn1-modules/pyasn1_modules/
Drfc5280.py1456 class FreshestCRL(CRLDistributionPoints): class
Drfc3280.py1293 class FreshestCRL(CRLDistributionPoints): class
/external/python/cryptography/docs/x509/
Dreference.rst2133 .. class:: FreshestCRL(distribution_points)
3029 :class:`~cryptography.x509.FreshestCRL` extension type.
/external/python/cryptography/
DCHANGELOG.rst245 * Add support for the :class:`~cryptography.x509.FreshestCRL` extension.