iaik.tc.asn1.secass
Class EKGenerationType
Object
BaseStructure
EKGenerationType
public class EKGenerationType
- extends BaseStructure
EKGenerationType ASN.1 structure.
EKGenerationType ::= ENUMERATED {
internal (0),
injected (1),
internalRevocable(2),
injectedRevocable(3) }
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
internal
public static final int internal
- See Also:
- Constant Field Values
injected
public static final int injected
- See Also:
- Constant Field Values
internalrevocable
public static final int internalrevocable
- See Also:
- Constant Field Values
injectedrevocable
public static final int injectedrevocable
- See Also:
- Constant Field Values
EKGenerationType
public EKGenerationType()
EKGenerationType
public EKGenerationType(int type)
EKGenerationType
public EKGenerationType(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 EKGenerationType 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