Class CAInfo
java.lang.Object
com.netscape.certsrv.base.RESTMessage
org.dogtagpki.common.CAInfo
- All Implemented Interfaces:
JSONSerializer
- Author:
- Ade Lee
-
Nested Class Summary
Nested classes/interfaces inherited from class RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializerModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsFields inherited from class RESTMessage
attributes, className -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetArchivalMechanism(String archivalMechanism) voidsetEncryptAlgorithm(String encryptAlgorithm) voidsetKeyWrapAlgorithm(String keyWrapAlgorithm) Methods inherited from class RESTMessage
fromDOM, fromDOM, fromXML, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM, toDOM, toXMLModifier and TypeMethodDescriptionstatic RESTMessagestatic voidfromDOM(Element element, RESTMessage resourceMessage) static RESTMessagegetAttribute(String name) removeAttribute(String name) voidsetAttribute(String name, String value) voidvoidsetAttributes(Map<String, String> attributes) voidsetClassName(String className) voidtoXML()Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONSerializer
toJSON
-
Field Details
-
ENCRYPT_MECHANISM
- See Also:
-
KEYWRAP_MECHANISM
- See Also:
-
-
Constructor Details
-
CAInfo
public CAInfo()
-
-
Method Details
-
getArchivalMechanism
-
setArchivalMechanism
-
getEncryptAlgorithm
-
setEncryptAlgorithm
-
getKeyWrapAlgorithm
-
setKeyWrapAlgorithm
-
hashCode
public int hashCode()- Overrides:
hashCodein classRESTMessage
-
equals
- Overrides:
equalsin classRESTMessage
-