This class represents ASN.1 octet string type.
See Also: http://asn1.elibel.tm.fr/en/standards/index.htm
Constructor Summary
public
ASN1OctetString() Constructs ASN.1 octet string type
The constructor is provided for inheritance purposes
when there is a need to create a custom ASN.1 octet string type.
Constructs ASN.1 octet string type
The constructor is provided for inheritance purposes
when there is a need to create a custom ASN.1 octet string type.
To get a default implementation it is recommended to use
getInstance() method.
Returns ASN.1 octet string type default implementation
The default implementation works with encoding
that is represented as byte array.
ASN.1 octet string type default implementation