iaik.tc.asn1.secass
Class MeasurementRootType
Object
BaseStructure
MeasurementRootType
public class MeasurementRootType
- extends BaseStructure
MeasurementRootType ASN.1 structure.
MeasurementRootType ::= ENUMERATED {
static (0),
dynamic (1),
nonHost (2) }
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
statiC
public static final int statiC
- See Also:
- Constant Field Values
dynamic
public static final int dynamic
- See Also:
- Constant Field Values
nonHost
public static final int nonHost
- See Also:
- Constant Field Values
MeasurementRootType
public MeasurementRootType()
MeasurementRootType
public MeasurementRootType(int type)
MeasurementRootType
public MeasurementRootType(ASN1Object obj)
throws CodingException
- Throws:
CodingException
toASN1Object
public ASN1Object toASN1Object()
throws CodingException
- Specified by:
toASN1Object
in class BaseStructure
- Throws:
CodingException
setType
public void setType(int type)
getType
public int getType()
parse
public static MeasurementRootType parse(Properties prop,
String prefix)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object