public class CRLDistPoint extends ASN1Object
Modifier and Type | Field and Description |
---|---|
(package private) ASN1Sequence |
seq |
Modifier | Constructor and Description |
---|---|
private |
CRLDistPoint(ASN1Sequence seq) |
|
CRLDistPoint(DistributionPoint[] points) |
Modifier and Type | Method and Description |
---|---|
DistributionPoint[] |
getDistributionPoints()
Return the distribution points making up the sequence.
|
static CRLDistPoint |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static CRLDistPoint |
getInstance(Object obj) |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
String |
toString() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
ASN1Sequence seq
private CRLDistPoint(ASN1Sequence seq)
public CRLDistPoint(DistributionPoint[] points)
public static CRLDistPoint getInstance(ASN1TaggedObject obj, boolean explicit)
public static CRLDistPoint getInstance(Object obj)
public DistributionPoint[] getDistributionPoints()
public ASN1Primitive toASN1Primitive()
CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object