iaik.tc.asn1.comcrit
Class EvaluationAssuranceLevel
Object
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) }
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
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
EvaluationAssuranceLevel
public EvaluationAssuranceLevel()
EvaluationAssuranceLevel
public EvaluationAssuranceLevel(int type)
EvaluationAssuranceLevel
public EvaluationAssuranceLevel(ASN1Object obj)
throws CodingException
- Throws:
CodingException
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