Google

Bouncy Castle Cryptography 1.11 API Specification: Class CRLDistPoint
Bouncy Castle Cryptography 1.11

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


Constructor Summary
CRLDistPoint(DistributionPoint[] points)
           
 
Method Summary
 DERObject getDERObject()
           CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRLDistPoint

public CRLDistPoint(DistributionPoint[] points)
Method Detail

getDERObject

public DERObject getDERObject()
 CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
 
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.11