org.mozilla.jss.asn1
public class ENUMERATED extends INTEGER implements ASN1Value
ENUMERATED value. This has the same
interface as INTEGER
| Nested Class Summary | |
|---|---|
| static class | ENUMERATED.Template
A template for decoding ENUMERATED values from their BER encodings.
|
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| ENUMERATED(long val)
Creates a new ENUMERATED value from a long. | |
| Method Summary | |
|---|---|
| Tag | getTag() |
| static ASN1Template | getTemplate() |
| long | getValue()
Returns the value as a long. |