public class CRLDistPoint extends ASN1Object
Constructor and Description |
---|
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
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
Copyright © 2016 BouncyCastle.org. All rights reserved.