ASN1Encodable, EncodableDERNullpublic abstract class ASN1Null extends ASN1Primitive
| Constructor | Description |
|---|---|
ASN1Null() |
| Modifier and Type | Method | Description |
|---|---|---|
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() |
getEncoded, getEncoded, hasEncodedTagValue, toASN1Objectequals, fromByteArray, toASN1Primitivepublic static ASN1Null getInstance(java.lang.Object o)
Accepted inputs:
ASN1Null object
o - object to be converted.java.lang.IllegalArgumentException - if the object cannot be converted.public int hashCode()
hashCode in class ASN1Primitivepublic java.lang.String toString()
toString in class java.lang.Object