Modifier and Type | Field and Description |
---|---|
static int |
INTEGER |
static int |
OCTETSTRING |
static int |
SML_BOOLEAN |
static int |
SML_LIST_TYPE |
static int |
TL_FIELD |
static int |
UNSIGNED |
Constructor and Description |
---|
ImplicitChoice() |
Modifier and Type | Method and Description |
---|---|
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object
|
void |
encode(java.io.DataOutputStream os)
encodes this object and writes it to the stream os.
|
ASNObject |
getChoice() |
java.lang.String |
getDatatype() |
protected void |
setChoice(ASNObject choice) |
isOptional, isSelected, setOptional, setSelected, setSelected
public static final int OCTETSTRING
public static final int SML_BOOLEAN
public static final int INTEGER
public static final int UNSIGNED
public static final int SML_LIST_TYPE
public static final int TL_FIELD
public void encode(java.io.DataOutputStream os) throws java.io.IOException
ASNObject
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject
public ASNObject getChoice()
public java.lang.String getDatatype()
protected void setChoice(ASNObject choice)