public class CAInfo extends ResourceMessage
ResourceMessage.Attribute, ResourceMessage.AttributeList, ResourceMessage.MapAdapter
Modifier and Type | Field and Description |
---|---|
static javax.xml.bind.Marshaller |
marshaller |
static javax.xml.bind.Unmarshaller |
unmarshaller |
attributes
Constructor and Description |
---|
CAInfo() |
Modifier and Type | Method and 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) |
getAttribute, getAttributeNames, getAttributes, getClassName, marshal, marshall, removeAttribute, setAttribute, setAttributes, setClassName, unmarshal, unmarshall
public static javax.xml.bind.Marshaller marshaller
public static javax.xml.bind.Unmarshaller unmarshaller
public java.lang.String getArchivalMechanism()
public void setArchivalMechanism(java.lang.String archivalMechanism)
public java.lang.String getEncryptAlgorithm()
public void setEncryptAlgorithm(java.lang.String encryptAlgorithm)
public java.lang.String getKeyWrapAlgorithm()
public void setKeyWrapAlgorithm(java.lang.String keyWrapAlgorithm)
public int hashCode()
hashCode
in class ResourceMessage
public boolean equals(java.lang.Object obj)
equals
in class ResourceMessage
public java.lang.String toString()
toString
in class java.lang.Object
public static CAInfo valueOf(java.lang.String string) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception