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.Marshallermarshallerstatic javax.xml.bind.Unmarshallerunmarshaller-
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 booleanequals(java.lang.Object obj)java.lang.StringgetArchivalMechanism()java.lang.StringgetEncryptAlgorithm()java.lang.StringgetRecoveryMechanism()java.lang.StringgetWrapAlgorithm()inthashCode()static voidmain(java.lang.String[] args)voidsetArchivalMechanism(java.lang.String archivalMechanism)voidsetEncryptAlgorithm(java.lang.String encryptAlgorithm)voidsetRecoveryMechanism(java.lang.String recoveryMechanism)voidsetWrapAlgorithm(java.lang.String wrapAlgorithm)java.lang.StringtoString()static KRAInfovalueOf(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:
hashCodein classResourceMessage
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classResourceMessage
-
toString
public java.lang.String toString()
- Overrides:
toStringin 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
-
-