public class CRLDistPoint extends ASN1Object
| Constructor and Description |
|---|
CRLDistPoint(DistributionPoint[] points) |
| Modifier and Type | Method and Description |
|---|---|
static CRLDistPoint |
fromExtensions(Extensions extensions) |
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, toASN1Objectpublic CRLDistPoint(DistributionPoint[] points)
public static CRLDistPoint getInstance(ASN1TaggedObject obj, boolean explicit)
public static CRLDistPoint fromExtensions(Extensions extensions)
public static CRLDistPoint getInstance(Object obj)
public DistributionPoint[] getDistributionPoints()
public ASN1Primitive toASN1Primitive()
CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1ObjectCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.