Package org.dogtagpki.common
Class CAInfo
- java.lang.Object
-
- com.netscape.certsrv.base.RESTMessage
-
- org.dogtagpki.common.CAInfo
-
- All Implemented Interfaces:
JSONSerializer
public class CAInfo 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 Modifier and Type Field Description static java.lang.String
ENCRYPT_MECHANISM
static java.lang.String
KEYWRAP_MECHANISM
-
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 CAInfo()
-
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
getKeyWrapAlgorithm()
int
hashCode()
void
setArchivalMechanism(java.lang.String archivalMechanism)
void
setEncryptAlgorithm(java.lang.String encryptAlgorithm)
void
setKeyWrapAlgorithm(java.lang.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 Detail
-
ENCRYPT_MECHANISM
public static final java.lang.String ENCRYPT_MECHANISM
- See Also:
- Constant Field Values
-
KEYWRAP_MECHANISM
public static final java.lang.String KEYWRAP_MECHANISM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getArchivalMechanism
public java.lang.String getArchivalMechanism()
-
setArchivalMechanism
public void setArchivalMechanism(java.lang.String archivalMechanism)
-
getEncryptAlgorithm
public java.lang.String getEncryptAlgorithm()
-
setEncryptAlgorithm
public void setEncryptAlgorithm(java.lang.String encryptAlgorithm)
-
getKeyWrapAlgorithm
public java.lang.String getKeyWrapAlgorithm()
-
setKeyWrapAlgorithm
public void setKeyWrapAlgorithm(java.lang.String keyWrapAlgorithm)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classRESTMessage
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classRESTMessage
-
-