Package org.dogtagpki.common
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 com.netscape.certsrv.base.RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializer
-
Field Summary
FieldsFields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setArchivalMechanism
(String archivalMechanism) void
setEncryptAlgorithm
(String encryptAlgorithm) void
setKeyWrapAlgorithm
(String keyWrapAlgorithm) 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
-
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:
hashCode
in classRESTMessage
-
equals
- Overrides:
equals
in classRESTMessage
-