org.apache.geronimo.crypto.asn1.x509
Class CRLDistPoint
java.lang.Object
org.apache.geronimo.crypto.asn1.ASN1Encodable
org.apache.geronimo.crypto.asn1.x509.CRLDistPoint
- All Implemented Interfaces:
- DEREncodable
public class CRLDistPoint
- extends ASN1Encodable
CRLDistPoint
public CRLDistPoint(ASN1Sequence seq)
CRLDistPoint
public CRLDistPoint(DistributionPoint[] points)
getInstance
public static CRLDistPoint getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static CRLDistPoint getInstance(Object obj)
getDistributionPoints
public DistributionPoint[] getDistributionPoints()
- Return the distribution points making up the sequence.
- Returns:
- DistributionPoint[]
toASN1Object
public DERObject toASN1Object()
- Produce an object suitable for an ASN1OutputStream.
CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
- Specified by:
toASN1Object
in class ASN1Encodable
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.