public final class CRLNumber extends ExtensionValue
id-ce-cRLNumber OBJECT IDENTIFIER ::= { id-ce 20 }
CRLNumber ::= INTEGER (0..MAX)
(as specified in RFC 3280 http://www.ietf.org/rfc/rfc3280.txt)| Modifier and Type | Field and Description |
|---|---|
static ASN1Type |
ASN1
ASN.1 Encoder/Decoder.
|
encoding| Constructor and Description |
|---|
CRLNumber(byte[] encoding)
Constructs the object on the base of its encoded form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpValue(StringBuilder sb,
String prefix) |
byte[] |
getEncoded()
Returns ASN.1 encoded form of this X.509 CRLNumber value.
|
BigInteger |
getNumber()
Returns the invalidity date.
|
dumpValuepublic static final ASN1Type ASN1
public CRLNumber(byte[] encoding)
throws IOException
IOExceptionpublic BigInteger getNumber()
public byte[] getEncoded()
getEncoded in class ExtensionValuepublic void dumpValue(StringBuilder sb, String prefix)
dumpValue in class ExtensionValue