Searched refs:FreshestCRL (Results 1 – 13 of 13) sorted by relevance
46 FreshestCRL,
501 class FreshestCRL(object): class524 if not isinstance(other, FreshestCRL):
3940 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 …]
338 freshest = x509.FreshestCRL(367 ext1 = crl.extensions.get_extension_for_class(x509.FreshestCRL)
3143 x509.FreshestCRL(3168 x509.FreshestCRL(3185 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
637 return x509.FreshestCRL(dist_points)
1293 class FreshestCRL(CRLDistributionPoints): class
1456 class FreshestCRL(CRLDistributionPoints): class
227 * :class:`~cryptography.x509.FreshestCRL` is now allowed as a539 * Add support for the :class:`~cryptography.x509.FreshestCRL` extension.
2219 .. class:: FreshestCRL(distribution_points)3179 :class:`~cryptography.x509.FreshestCRL` extension type.