Package org.bouncycastle.asn1.x509
Class CRLDistPoint
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.CRLDistPoint
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CRLDistPoint
fromExtensions
(Extensions extensions) Return the distribution points making up the sequence.static CRLDistPoint
getInstance
(Object obj) static CRLDistPoint
getInstance
(ASN1TaggedObject obj, boolean explicit) Produce an object suitable for an ASN1OutputStream.toString()
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
CRLDistPoint
-
-
Method Details
-
getInstance
-
getInstance
-
fromExtensions
-
getDistributionPoints
Return the distribution points making up the sequence.- Returns:
- DistributionPoint[]
-
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-
toString
-