public abstract class Choice extends ASNObject
Modifier and Type | Field and Description |
---|---|
protected ASNObject |
choice
data of the choice-object
|
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()
Get the tag, which defines the type of the choice object.
|
protected void |
setTag(Unsigned8 tag) |
decode, isOptional, isSelected, setOptional, setSelected, setSelected
protected ASNObject choice
public void encode(java.io.DataOutputStream os) throws java.io.IOException
ASNObject
public ASNObject getChoice()
public Unsigned8 getTag()
protected void setTag(Unsigned8 tag)