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.AttributeListSerializer -
Field Summary
FieldsFields inherited from class RESTMessage
attributes, classNameFields inherited from interface JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetArchivalMechanism(String archivalMechanism) voidsetCaRsaPublicKeyWrapAlgorithm(String caRsaPublicKeyWrapAlgorithm) voidsetEncryptAlgorithm(String encryptAlgorithm) voidsetKeyWrapAlgorithm(String keyWrapAlgorithm) voidsetRsaPublicKeyWrapAlgorithm(String rsaPublicKeyWrapAlgorithm) Methods inherited from class RESTMessage
fromDOM, fromDOM, fromXML, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM, toDOM, toString, toXMLMethods inherited from interface JSONSerializer
toJSON
-
Field Details
-
ENCRYPT_MECHANISM
- See Also:
-
KEYWRAP_MECHANISM
- See Also:
-
RSA_PUBLIC_KEY_WRAP
- See Also:
-
-
Constructor Details
-
CAInfo
public CAInfo()
-
-
Method Details
-
getArchivalMechanism
-
setArchivalMechanism
-
getEncryptAlgorithm
-
setEncryptAlgorithm
-
getKeyWrapAlgorithm
-
setKeyWrapAlgorithm
-
getRsaPublicKeyWrapAlgorithm
-
setRsaPublicKeyWrapAlgorithm
-
getCaRsaPublicKeyWrapAlgorithm
-
setCaRsaPublicKeyWrapAlgorithm
-
hashCode
public int hashCode()- Overrides:
hashCodein classRESTMessage
-
equals
- Overrides:
equalsin classRESTMessage
-