|
Bouncy Castle Cryptography 1.19 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.x509.CRLDistPoint
Constructor Summary | |
CRLDistPoint(ASN1Sequence seq)
|
|
CRLDistPoint(DistributionPoint[] points)
|
Method Summary | |
DERObject |
getDERObject()
CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint |
static CRLDistPoint |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static CRLDistPoint |
getInstance(java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CRLDistPoint(ASN1Sequence seq)
public CRLDistPoint(DistributionPoint[] points)
Method Detail |
public static CRLDistPoint getInstance(ASN1TaggedObject obj, boolean explicit)
public static CRLDistPoint getInstance(java.lang.Object obj)
public DERObject getDERObject()
CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
getDERObject
in interface DEREncodable
|
Bouncy Castle Cryptography 1.19 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |