public class CRLNumber extends ASN1Object
CRLNumber::= INTEGER(0..MAX)
| Constructor and Description |
|---|
CRLNumber(BigInteger number) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCRLNumber() |
static CRLNumber |
getInstance(Object o) |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic CRLNumber(BigInteger number)
public BigInteger getCRLNumber()
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object