public class SupportingToken11AndUp extends Protection11AndUp implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CryptographicAlgorithms |
algorithmSuite |
private java.lang.Integer |
signatureKeyLength |
private SecurityPluginInstance[] |
tokens |
private java.lang.Object |
type |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
SupportingToken11AndUp() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CryptographicAlgorithms |
getAlgorithmSuite() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.Integer |
getSignatureKeyLength() |
SecurityPluginInstance[] |
getTokens() |
java.lang.Object |
getType() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAlgorithmSuite(CryptographicAlgorithms algorithmSuite) |
void |
setSignatureKeyLength(java.lang.Integer signatureKeyLength) |
void |
setTokens(SecurityPluginInstance[] tokens) |
void |
setType(java.lang.Object type) |
getEncryptedElements, getEncryptedParts, getEncryptionType, getSignedElements, getSignedParts, setEncryptedElements, setEncryptedParts, setEncryptionType, setSignedElements, setSignedParts
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private CryptographicAlgorithms algorithmSuite
private java.lang.Integer signatureKeyLength
private SecurityPluginInstance[] tokens
private java.lang.Object type
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public CryptographicAlgorithms getAlgorithmSuite()
public void setAlgorithmSuite(CryptographicAlgorithms algorithmSuite)
public java.lang.Integer getSignatureKeyLength()
public void setSignatureKeyLength(java.lang.Integer signatureKeyLength)
public SecurityPluginInstance[] getTokens()
public void setTokens(SecurityPluginInstance[] tokens)
public java.lang.Object getType()
public void setType(java.lang.Object type)
public boolean equals(java.lang.Object obj)
equals
in class Protection11AndUp
public int hashCode()
hashCode
in class Protection11AndUp
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)