Package org.dogtagpki.common
Class KRAInfo
- java.lang.Object
-
- com.netscape.certsrv.base.ResourceMessage
-
- org.dogtagpki.common.KRAInfo
-
public class KRAInfo extends ResourceMessage
- Author:
- Ade Lee
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.netscape.certsrv.base.ResourceMessage
ResourceMessage.Attribute, ResourceMessage.AttributeList, ResourceMessage.MapAdapter
-
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.bind.Marshaller
marshaller
static javax.xml.bind.Unmarshaller
unmarshaller
-
Fields inherited from class com.netscape.certsrv.base.ResourceMessage
attributes
-
-
Constructor Summary
Constructors Constructor Description KRAInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getArchivalMechanism()
java.lang.String
getEncryptAlgorithm()
java.lang.String
getRecoveryMechanism()
java.lang.String
getWrapAlgorithm()
int
hashCode()
static void
main(java.lang.String[] args)
void
setArchivalMechanism(java.lang.String archivalMechanism)
void
setEncryptAlgorithm(java.lang.String encryptAlgorithm)
void
setRecoveryMechanism(java.lang.String recoveryMechanism)
void
setWrapAlgorithm(java.lang.String wrapAlgorithm)
java.lang.String
toString()
static KRAInfo
valueOf(java.lang.String string)
-
Methods inherited from class com.netscape.certsrv.base.ResourceMessage
getAttribute, getAttributeNames, getAttributes, getClassName, marshal, marshall, removeAttribute, setAttribute, setAttributes, setClassName, unmarshal, unmarshall
-
-
-
-
Method Detail
-
getArchivalMechanism
public java.lang.String getArchivalMechanism()
-
setArchivalMechanism
public void setArchivalMechanism(java.lang.String archivalMechanism)
-
getRecoveryMechanism
public java.lang.String getRecoveryMechanism()
-
setRecoveryMechanism
public void setRecoveryMechanism(java.lang.String recoveryMechanism)
-
getEncryptAlgorithm
public java.lang.String getEncryptAlgorithm()
-
setEncryptAlgorithm
public void setEncryptAlgorithm(java.lang.String encryptAlgorithm)
-
getWrapAlgorithm
public java.lang.String getWrapAlgorithm()
-
setWrapAlgorithm
public void setWrapAlgorithm(java.lang.String wrapAlgorithm)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classResourceMessage
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classResourceMessage
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
valueOf
public static KRAInfo valueOf(java.lang.String string) throws java.lang.Exception
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-