Package org.dogtagpki.common
Class CAInfo
- java.lang.Object
-
- com.netscape.certsrv.base.ResourceMessage
-
- org.dogtagpki.common.CAInfo
-
public class CAInfo extends ResourceMessage
- Author:
- Ade Lee
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.netscape.certsrv.base.ResourceMessage
ResourceMessage.Attribute, ResourceMessage.AttributeList, ResourceMessage.MapAdapter
-
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.bind.Marshaller
marshaller
static javax.xml.bind.Unmarshaller
unmarshaller
-
Fields inherited from class com.netscape.certsrv.base.ResourceMessage
attributes
-
-
Constructor Summary
Constructors Constructor Description CAInfo()
-
Method Summary
All Methods Static 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()
static void
main(java.lang.String[] args)
void
setArchivalMechanism(java.lang.String archivalMechanism)
void
setEncryptAlgorithm(java.lang.String encryptAlgorithm)
void
setKeyWrapAlgorithm(java.lang.String keyWrapAlgorithm)
java.lang.String
toString()
static CAInfo
valueOf(java.lang.String string)
-
Methods inherited from class com.netscape.certsrv.base.ResourceMessage
getAttribute, getAttributeNames, getAttributes, getClassName, marshal, marshall, removeAttribute, setAttribute, setAttributes, setClassName, unmarshal, unmarshall
-
-
-
-
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 classResourceMessage
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classResourceMessage
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
valueOf
public static CAInfo valueOf(java.lang.String string) throws java.lang.Exception
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-