public abstract class Choice extends ASNObject
Modifier and Type | Field and Description |
---|---|
protected ASNObject |
choice
data of the choice-object
|
protected Unsigned8 |
tag
tag defines the type of the choice object
|
isOptional, isSelected
Constructor and Description |
---|
Choice() |
Modifier and Type | Method and Description |
---|---|
void |
encode(java.io.DataOutputStream os)
encodes this object and writes it to the stream os.
|
ASNObject |
getChoice() |
Unsigned8 |
getTag() |
decode, isOptional, isSelected, setOptional, setSelected
protected Unsigned8 tag
protected ASNObject choice