org.apache.geronimo.crypto.asn1.x509
Class DistributionPoint

java.lang.Object
  extended by org.apache.geronimo.crypto.asn1.ASN1Encodable
      extended by org.apache.geronimo.crypto.asn1.x509.DistributionPoint
All Implemented Interfaces:
DEREncodable

public class DistributionPoint
extends ASN1Encodable

The DistributionPoint object.

 DistributionPoint ::= SEQUENCE {
      distributionPoint [0] DistributionPointName OPTIONAL,
      reasons           [1] ReasonFlags OPTIONAL,
      cRLIssuer         [2] GeneralNames OPTIONAL
 }
 


Constructor Summary
DistributionPoint(ASN1Sequence seq)
           
DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer)
           
 
Method Summary
 GeneralNames getCRLIssuer()
           
 DistributionPointName getDistributionPoint()
           
static DistributionPoint getInstance(ASN1TaggedObject obj, boolean explicit)
           
static DistributionPoint getInstance(Object obj)
           
 ReasonFlags getReasons()
           
 DERObject toASN1Object()
           
 
Methods inherited from class org.apache.geronimo.crypto.asn1.ASN1Encodable
equals, getDERObject, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributionPoint

public DistributionPoint(ASN1Sequence seq)

DistributionPoint

public DistributionPoint(DistributionPointName distributionPoint,
                         ReasonFlags reasons,
                         GeneralNames cRLIssuer)
Method Detail

getInstance

public static DistributionPoint getInstance(ASN1TaggedObject obj,
                                            boolean explicit)

getInstance

public static DistributionPoint getInstance(Object obj)

getDistributionPoint

public DistributionPointName getDistributionPoint()

getReasons

public ReasonFlags getReasons()

getCRLIssuer

public GeneralNames getCRLIssuer()

toASN1Object

public DERObject toASN1Object()
Specified by:
toASN1Object in class ASN1Encodable


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.