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.StringENCRYPT_MECHANISMstatic java.lang.StringKEYWRAP_MECHANISM-
Fields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className
-
-
Constructor Summary
Constructors Constructor Description CAInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetArchivalMechanism()java.lang.StringgetEncryptAlgorithm()java.lang.StringgetKeyWrapAlgorithm()inthashCode()voidsetArchivalMechanism(java.lang.String archivalMechanism)voidsetEncryptAlgorithm(java.lang.String encryptAlgorithm)voidsetKeyWrapAlgorithm(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:
hashCodein classRESTMessage
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classRESTMessage
-
-