Uses of Class
org.bouncycastle.asn1.x509.CRLDistPoint
-
Packages that use CRLDistPoint Package Description org.bouncycastle.asn1.x509 org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of CRLDistPoint in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return CRLDistPoint Modifier and Type Method Description static CRLDistPoint
CRLDistPoint. fromExtensions(Extensions extensions)
static CRLDistPoint
CRLDistPoint. getInstance(Object obj)
static CRLDistPoint
CRLDistPoint. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of CRLDistPoint in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type CRLDistPoint Modifier and Type Method Description protected Vector
PKIXCertPathReviewer. getCRLDistUrls(CRLDistPoint crlDistPoints)
-