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