Package net.aifusion.asn
Class NoOpValue
java.lang.Object
net.aifusion.asn.AsnValue
net.aifusion.asn.NoOpValue
Class to hold a NO-OP ([UNIVERSAL 0](Primitive) value
- Author:
- Sharad Singhal
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Get the encoded value for this ASN.1 value.Methods inherited from class net.aifusion.asn.AsnValue
create, getLength, getTag, getTagClass, getTagEncoding, getTagNumber, toAsnString, toHex, toHex, toHex, toHex
-
Method Details
-
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)
-