public abstract class ASN1Null extends ASN1Primitive
Constructor and Description |
---|
ASN1Null() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
asn1Equals(ASN1Primitive o) |
(package private) abstract void |
encode(ASN1OutputStream out) |
static ASN1Null |
getInstance(Object o)
Return an instance of ASN.1 NULL from the passed in object.
|
int |
hashCode() |
String |
toString() |
encodedLength, equals, fromByteArray, isConstructed, toASN1Primitive, toDERObject, toDLObject
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
public ASN1Null()
public static ASN1Null getInstance(Object o)
Accepted inputs:
ASN1Null
object
o
- object to be converted.IllegalArgumentException
- if the object cannot be converted.public int hashCode()
hashCode
in class ASN1Primitive
boolean asn1Equals(ASN1Primitive o)
asn1Equals
in class ASN1Primitive
abstract void encode(ASN1OutputStream out) throws IOException
encode
in class ASN1Primitive
IOException