Uses of Class
org.bouncycastle.asn1.x509.ReasonFlags
-
Packages that use ReasonFlags Package Description org.bouncycastle.asn1.cmc org.bouncycastle.asn1.x509 -
-
Uses of ReasonFlags in org.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return ReasonFlags Modifier and Type Method Description ReasonFlags
GetCRL. getReasons()
Constructors in org.bouncycastle.asn1.cmc with parameters of type ReasonFlags Constructor Description GetCRL(X500Name issuerName, GeneralName cRLName, ASN1GeneralizedTime time, ReasonFlags reasons)
-
Uses of ReasonFlags in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ReasonFlags Modifier and Type Method Description ReasonFlags
IssuingDistributionPoint. getOnlySomeReasons()
ReasonFlags
DistributionPoint. getReasons()
Constructors in org.bouncycastle.asn1.x509 with parameters of type ReasonFlags Constructor Description DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer)
IssuingDistributionPoint(DistributionPointName distributionPoint, boolean onlyContainsUserCerts, boolean onlyContainsCACerts, ReasonFlags onlySomeReasons, boolean indirectCRL, boolean onlyContainsAttributeCerts)
Constructor from given details.
-