org.bouncycastle.asn1.x509
Class DistributionPoint
java.lang.Object
|
+--org.bouncycastle.asn1.x509.DistributionPoint
- All Implemented Interfaces:
- DEREncodable
- public class DistributionPoint
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributionPoint
public DistributionPoint(ASN1Sequence seq)
DistributionPoint
public DistributionPoint(DistributionPointName distributionPoint,
ReasonFlags reasons,
GeneralNames cRLIssuer)
getInstance
public static DistributionPoint getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static DistributionPoint getInstance(java.lang.Object obj)
getDERObject
public DERObject getDERObject()
DistributionPoint ::= SEQUENCE {
distributionPoint [0] DistributionPointName OPTIONAL,
reasons [1] ReasonFlags OPTIONAL,
cRLIssuer [2] GeneralNames OPTIONAL
}
- Specified by:
getDERObject
in interface DEREncodable