|
Bouncy Castle Cryptography 1.11 API Specification: Class CRLDistPoint
org.bouncycastle.asn1.x509
Class CRLDistPoint
java.lang.Object
|
+--org.bouncycastle.asn1.x509.CRLDistPoint
- All Implemented Interfaces:
- DEREncodable
- public class CRLDistPoint
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRLDistPoint
public CRLDistPoint(DistributionPoint[] points)
getDERObject
public DERObject getDERObject()
CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
- Specified by:
getDERObject in interface DEREncodable
|