Class KRAInfo
java.lang.Object
com.netscape.certsrv.base.RESTMessage
org.dogtagpki.common.KRAInfo
-
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetArchivalMechanism(String archivalMechanism) voidsetEncryptAlgorithm(String encryptAlgorithm) voidsetRecoveryMechanism(String recoveryMechanism) voidsetWrapAlgorithm(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, toXMLMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
KRAInfo
public KRAInfo()
-
-
Method Details
-
getArchivalMechanism
-
setArchivalMechanism
-
getRecoveryMechanism
-
setRecoveryMechanism
-
getEncryptAlgorithm
-
setEncryptAlgorithm
-
getWrapAlgorithm
-
setWrapAlgorithm
-
hashCode
public int hashCode()- Overrides:
hashCodein classRESTMessage
-
equals
- Overrides:
equalsin classRESTMessage
-