Package org.dogtagpki.common
Class KRAInfo
- java.lang.Object
-
- com.netscape.certsrv.base.RESTMessage
-
- org.dogtagpki.common.KRAInfo
-
- All Implemented Interfaces:
JSONSerializer
public class KRAInfo extends RESTMessage
- Author:
- Ade Lee
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.netscape.certsrv.base.RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializer
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className
-
-
Constructor Summary
Constructors Constructor Description KRAInfo()
-
Method Summary
All 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()voidsetArchivalMechanism(java.lang.String archivalMechanism)voidsetEncryptAlgorithm(java.lang.String encryptAlgorithm)voidsetRecoveryMechanism(java.lang.String recoveryMechanism)voidsetWrapAlgorithm(java.lang.String wrapAlgorithm)-
Methods inherited from class com.netscape.certsrv.base.RESTMessage
fromDOM, fromDOM, fromXML, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM, toDOM, toXML
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
-
-
-
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 classRESTMessage
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classRESTMessage
-
-