public abstract class EncryptedType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
EncryptedType() |
EncryptedType(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) |
CipherDataType |
getCipherData()
Gets the cipherData value for this EncryptedType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
org.apache.axis.types.URI |
getEncoding()
Gets the encoding value for this EncryptedType.
|
EncryptionMethodType |
getEncryptionMethod()
Gets the encryptionMethod value for this EncryptedType.
|
EncryptionPropertyType[] |
getEncryptionProperties()
Gets the encryptionProperties value for this EncryptedType.
|
org.apache.axis.types.Id |
getId()
Gets the id value for this EncryptedType.
|
KeyInfoType |
getKeyInfo()
Gets the keyInfo value for this EncryptedType.
|
java.lang.String |
getMimeType()
Gets the mimeType value for this EncryptedType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
org.apache.axis.types.URI |
getType()
Gets the type value for this EncryptedType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCipherData(CipherDataType cipherData)
Sets the cipherData value for this EncryptedType.
|
void |
setEncoding(org.apache.axis.types.URI encoding)
Sets the encoding value for this EncryptedType.
|
void |
setEncryptionMethod(EncryptionMethodType encryptionMethod)
Sets the encryptionMethod value for this EncryptedType.
|
void |
setEncryptionProperties(EncryptionPropertyType[] encryptionProperties)
Sets the encryptionProperties value for this EncryptedType.
|
void |
setId(org.apache.axis.types.Id id)
Sets the id value for this EncryptedType.
|
void |
setKeyInfo(KeyInfoType keyInfo)
Sets the keyInfo value for this EncryptedType.
|
void |
setMimeType(java.lang.String mimeType)
Sets the mimeType value for this EncryptedType.
|
void |
setType(org.apache.axis.types.URI type)
Sets the type value for this EncryptedType.
|
public EncryptedType()
public EncryptedType(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 EncryptionMethodType getEncryptionMethod()
public void setEncryptionMethod(EncryptionMethodType encryptionMethod)
encryptionMethod - public KeyInfoType getKeyInfo()
public void setKeyInfo(KeyInfoType keyInfo)
keyInfo - public CipherDataType getCipherData()
public void setCipherData(CipherDataType cipherData)
cipherData - public EncryptionPropertyType[] getEncryptionProperties()
public void setEncryptionProperties(EncryptionPropertyType[] encryptionProperties)
encryptionProperties - public org.apache.axis.types.Id getId()
public void setId(org.apache.axis.types.Id id)
id - public org.apache.axis.types.URI getType()
public void setType(org.apache.axis.types.URI type)
type - public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType - public org.apache.axis.types.URI getEncoding()
public void setEncoding(org.apache.axis.types.URI encoding)
encoding - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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.