Uses of Class
org.bouncycastle.asn1.x509.DistributionPointName
-
Packages that use DistributionPointName Package Description org.bouncycastle.asn1.x509 -
-
Uses of DistributionPointName in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return DistributionPointName Modifier and Type Method Description DistributionPointName
DistributionPoint. getDistributionPoint()
DistributionPointName
IssuingDistributionPoint. getDistributionPoint()
static DistributionPointName
DistributionPointName. getInstance(Object obj)
static DistributionPointName
DistributionPointName. getInstance(ASN1TaggedObject obj, boolean explicit)
Constructors in org.bouncycastle.asn1.x509 with parameters of type DistributionPointName Constructor Description DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer)
IssuingDistributionPoint(DistributionPointName distributionPoint, boolean indirectCRL, boolean onlyContainsAttributeCerts)
Shorthand Constructor from given details.IssuingDistributionPoint(DistributionPointName distributionPoint, boolean onlyContainsUserCerts, boolean onlyContainsCACerts, ReasonFlags onlySomeReasons, boolean indirectCRL, boolean onlyContainsAttributeCerts)
Constructor from given details.
-