iaik.tc.asn1.comcrit
Class EvaluationAssuranceLevel

Object
  extended by EvaluationAssuranceLevel

public class EvaluationAssuranceLevel
extends Object

EvaluationAssuranceLevel ASN.1 structure.

 EvaluationAssuranceLevel ::= ENUMERATED {
   level1 (1),
   level2 (2),
   level3 (3),
   level4 (4),
   level5 (5),
   level6 (6),
   level7 (7) }
 


Field Summary
static int level1
           
static int level2
           
static int level3
           
static int level4
           
static int level5
           
static int level6
           
static int level7
           
 
Constructor Summary
EvaluationAssuranceLevel()
           
EvaluationAssuranceLevel(ASN1Object obj)
           
EvaluationAssuranceLevel(int type)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getLevel()
           
 int hashCode()
           
static EvaluationAssuranceLevel parse(Properties prop, String prefix)
           
 void setLevel(int strength)
           
 ASN1Object toASN1Object()
           
 String toString()
           
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

level1

public static final int level1
See Also:
Constant Field Values

level2

public static final int level2
See Also:
Constant Field Values

level3

public static final int level3
See Also:
Constant Field Values

level4

public static final int level4
See Also:
Constant Field Values

level5

public static final int level5
See Also:
Constant Field Values

level6

public static final int level6
See Also:
Constant Field Values

level7

public static final int level7
See Also:
Constant Field Values
Constructor Detail

EvaluationAssuranceLevel

public EvaluationAssuranceLevel()

EvaluationAssuranceLevel

public EvaluationAssuranceLevel(int type)

EvaluationAssuranceLevel

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

toASN1Object

public ASN1Object toASN1Object()
                        throws CodingException
Throws:
CodingException

setLevel

public void setLevel(int strength)

getLevel

public int getLevel()

parse

public static EvaluationAssuranceLevel 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