Package org.bouncycastle.asn1.esf
Class CrlIdentifier
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.CrlIdentifier
- All Implemented Interfaces:
ASN1Encodable,Encodable
CrlIdentifier ::= SEQUENCE
{
crlissuer Name,
crlIssuedTime UTCTime,
crlNumber INTEGER OPTIONAL
}
-
Constructor Summary
ConstructorsConstructorDescriptionCrlIdentifier(X500Name crlIssuer, ASN1UTCTime crlIssuedTime) CrlIdentifier(X500Name crlIssuer, ASN1UTCTime crlIssuedTime, BigInteger crlNumber) -
Method Summary
Modifier and TypeMethodDescriptionstatic CrlIdentifiergetInstance(Object obj) Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
CrlIdentifier
-
CrlIdentifier
-
-
Method Details
-
getInstance
-
getCrlIssuer
-
getCrlIssuedTime
-
getCrlNumber
-
toASN1Primitive
Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-