Package org.asnlab.asndt.runtime.conv
Class OctetStringConverter
java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.OctetStringConverter
The
OctetStringConverter
can convert OCTET STRING value object
to/from byte array.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.asnlab.asndt.runtime.conv.AsnConverter
isAnonymous
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
OctetStringConverter
public OctetStringConverter()
-
-
Method Details
-
toValue
Return the byte array- Parameters:
object
- The OCTET STRING value object- Returns:
- Return the byte array
-
toObject
Return the OCTET STRING value object- Parameters:
value
- The byte array- Returns:
- Return the OCTET STRING value object
-