public class EncryptedDataType extends EncryptedType implements java.io.Serializable
| Constructor and Description |
|---|
EncryptedDataType() |
EncryptedDataType(org.apache.axis.types.Id id,
org.apache.axis.types.URI type,
java.lang.String mimeType,
org.apache.axis.types.URI encoding,
EncryptionMethodType encryptionMethod,
KeyInfoType keyInfo,
CipherDataType cipherData,
EncryptionPropertyType[] encryptionProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setTypepublic EncryptedDataType()
public EncryptedDataType(org.apache.axis.types.Id id,
org.apache.axis.types.URI type,
java.lang.String mimeType,
org.apache.axis.types.URI encoding,
EncryptionMethodType encryptionMethod,
KeyInfoType keyInfo,
CipherDataType cipherData,
EncryptionPropertyType[] encryptionProperties)
public boolean equals(java.lang.Object obj)
equals in class EncryptedTypepublic int hashCode()
hashCode in class EncryptedTypepublic 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)
Copyright © 2025. All rights reserved.