public class SmlTime extends Choice
Modifier and Type | Field and Description |
---|---|
static int |
SECINDEX |
static int |
TIMESTAMP |
static int |
TIMESTAMP_LOCAL |
Constructor and Description |
---|
SmlTime() |
SmlTime(int tag,
ASNObject choice) |
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 |
setTime(int tag,
ASNObject choice) |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelected
public static final int SECINDEX
public static final int TIMESTAMP
public static final int TIMESTAMP_LOCAL
public SmlTime()
public SmlTime(int tag, ASNObject choice)
public void setTime(int tag, ASNObject choice)
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject
public java.lang.String toString()
toString
in class java.lang.Object