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
-
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
-
Constructor Summary
Constructors Constructor Description KRAInfo()
-
Method Summary
All 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()
void
setArchivalMechanism(java.lang.String archivalMechanism)
void
setEncryptAlgorithm(java.lang.String encryptAlgorithm)
void
setRecoveryMechanism(java.lang.String recoveryMechanism)
void
setWrapAlgorithm(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:
hashCode
in classRESTMessage
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classRESTMessage
-
-