Package net.aifusion.asn
Class NullValue
java.lang.Object
net.aifusion.asn.AsnValue
net.aifusion.asn.NullValue
ASN.1 Null value
- Author:
- Sharad Singhal
-
Constructor Summary
-
Method Summary
Methods inherited from class net.aifusion.asn.AsnValue
create, getLength, getTag, getTagClass, getTagEncoding, getTagNumber, toAsnString, toHex, toHex, toHex, toHex
-
Constructor Details
-
NullValue
public NullValue()ASN.1 Null Value
-
-
Method Details
-
getValue
Get the value of this Null value- Returns:
- null
-
getEncodedValue
public byte[] getEncodedValue()Description copied from class:AsnValue
Get the encoded value for this ASN.1 value. This method should be implemented by subclasses to provide the encoded ASN.1 value- Specified by:
getEncodedValue
in classAsnValue
- Returns:
- byte [] containing encoded value for this ASN.1 value (including tag, length, content)
-
equals
-
hashCode
public int hashCode() -
toString
-