iaik.tc.asn1.secass
Class MeasurementRootType

Object
  extended by BaseStructure
      extended by MeasurementRootType

public class MeasurementRootType
extends BaseStructure

MeasurementRootType ASN.1 structure.

 MeasurementRootType ::= ENUMERATED {
   static  (0),
   dynamic (1),
   nonHost (2) }
 


Field Summary
static int dynamic
           
static int nonHost
           
static int statiC
           
 
Constructor Summary
MeasurementRootType()
           
MeasurementRootType(ASN1Object obj)
           
MeasurementRootType(int type)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getType()
           
 int hashCode()
           
static MeasurementRootType parse(Properties prop, String prefix)
           
 void setType(int type)
           
 ASN1Object toASN1Object()
           
 String toString()
           
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

MeasurementRootType

public MeasurementRootType()

MeasurementRootType

public MeasurementRootType(int type)

MeasurementRootType

public MeasurementRootType(ASN1Object obj)
                    throws CodingException
Throws:
CodingException
Method Detail

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