|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
be.cardon.asn1.x509.extensions.FreshestCRL
public class FreshestCRL
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
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 |
---|
public FreshestCRL(org.bouncycastle.asn1.ASN1Sequence seq)
ASN1Sequence
object.
public FreshestCRL(java.util.Vector<DistributionPoint> distributionPointVector)
Method Detail |
---|
public static FreshestCRL getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static FreshestCRL getInstance(java.lang.Object obj)
ASN1Sequence
, or
FreshestCRL
object.
public java.util.Vector<DistributionPoint> getDistributionPointVector()
public org.bouncycastle.asn1.DERObject toASN1Object()
toASN1Object
in class org.bouncycastle.asn1.ASN1Encodable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |