Searched refs:FreshestCRL (Results 1 – 12 of 12) sorted by relevance
22 Extension, ExtensionNotFound, ExtensionType, Extensions, FreshestCRL,
451 class FreshestCRL(object): class476 if not isinstance(other, FreshestCRL):
3704 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 …]
2584 x509.FreshestCRL([2603 x509.FreshestCRL([2616 x509.FreshestCRL([
153 public static final ASN1ObjectIdentifier FreshestCRL = new ASN1ObjectIdentifier("2.5.29.46"); field in X509Extensions
155 public static final ASN1ObjectIdentifier FreshestCRL = new ASN1ObjectIdentifier("2.5.29.46"); field in X509Extensions
628 return x509.FreshestCRL(dist_points)
1456 class FreshestCRL(CRLDistributionPoints): class
1293 class FreshestCRL(CRLDistributionPoints): class
2133 .. class:: FreshestCRL(distribution_points)3029 :class:`~cryptography.x509.FreshestCRL` extension type.
245 * Add support for the :class:`~cryptography.x509.FreshestCRL` extension.