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()
Returns a string containing a concise, human-readable description of this
object.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic 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 ASN1EncodabletoASN1Primitive in class ASN1Objectpublic String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.