|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.crypto.pki.ext.Extension.Value
gnu.crypto.pki.ext.CRLNumber
Field Summary | |
---|---|
static OID |
ID
|
Fields inherited from class gnu.crypto.pki.ext.Extension.Value |
---|
encoded |
Constructor Summary | |
---|---|
CRLNumber(BigInteger number)
|
|
CRLNumber(byte[] encoded)
|
Method Summary | |
---|---|
byte[] |
getEncoded()
|
BigInteger |
getNumber()
|
String |
toString()
|
Methods inherited from class gnu.crypto.pki.ext.Extension.Value |
---|
equals |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final OID ID
Constructor Detail |
public CRLNumber(byte[] encoded) throws IOException
public CRLNumber(BigInteger number)
Method Detail |
public BigInteger getNumber()
public byte[] getEncoded()
getEncoded
in class Extension.Value
public String toString()
toString
in class Extension.Value
|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |