be.cardon.asn1.x509.extensions
Class FreshestCRL

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by be.cardon.asn1.x509.extensions.FreshestCRL
All Implemented Interfaces:
org.bouncycastle.asn1.DEREncodable

public class FreshestCRL
extends org.bouncycastle.asn1.ASN1Encodable

Extension FreshestCRL.

Documentation from FRC 3280:

The freshest CRL extension identifies how delta CRL information is obtained. The extension MUST be non-critical. Further discussion of CRL management is contained in section 5.

The same syntax is used for this extension and the cRLDistributionPoints extension, and is described in section 4.2.1.14. The same conventions apply to both extensions.

ASN.1 Definition

   id-ce-freshestCRL OBJECT IDENTIFIER ::=  { id-ce 46 }

   FreshestCRL ::= CRLDistributionPoints
   

See Also:
CRLDistributionPoints

Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
FreshestCRL(org.bouncycastle.asn1.ASN1Sequence seq)
          Creates an new instance from a ASN1Sequence object.
FreshestCRL(java.util.Vector<DistributionPoint> distributionPointVector)
          Create an new instance from given distribution points.
 
Method Summary
 java.util.Vector<DistributionPoint> getDistributionPointVector()
          Returns the distribution points making up the sequence.
static FreshestCRL getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
          Returns an instance from a ASN.1 tagged object.
static FreshestCRL getInstance(java.lang.Object obj)
          Returns an instance from a ASN1Sequence, or FreshestCRL object.
 org.bouncycastle.asn1.DERObject toASN1Object()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreshestCRL

public FreshestCRL(org.bouncycastle.asn1.ASN1Sequence seq)
Creates an new instance from a ASN1Sequence object.


FreshestCRL

public FreshestCRL(java.util.Vector<DistributionPoint> distributionPointVector)
Create an new instance from given distribution points.

Method Detail

getInstance

public static FreshestCRL getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
                                      boolean explicit)
Returns an instance from a ASN.1 tagged object.


getInstance

public static FreshestCRL getInstance(java.lang.Object obj)
Returns an instance from a ASN1Sequence, or FreshestCRL object.


getDistributionPointVector

public java.util.Vector<DistributionPoint> getDistributionPointVector()
Returns the distribution points making up the sequence.


toASN1Object

public org.bouncycastle.asn1.DERObject toASN1Object()
Specified by:
toASN1Object in class org.bouncycastle.asn1.ASN1Encodable