|
Bouncy Castle Cryptography Library 1.66 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Null
A NULL object - use DERNull.INSTANCE for populating structures.
Method Summary | |
static ASN1Null |
getInstance(java.lang.Object o)
Return an instance of ASN.1 NULL from the passed in object. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive |
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public static ASN1Null getInstance(java.lang.Object o)
Accepted inputs:
null → null
ASN1Null
object
a byte[] containing ASN.1 NULL object
o
- object to be converted.
java.lang.IllegalArgumentException
- if the object cannot be converted.public int hashCode()
hashCode
in class ASN1Primitive
public java.lang.String toString()
|
Bouncy Castle Cryptography Library 1.66 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |