public class EncryptedKeyType extends EncryptedType implements java.io.Serializable
| Constructor and Description |
|---|
EncryptedKeyType() |
EncryptedKeyType(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,
java.lang.String recipient,
ReferenceList referenceList,
java.lang.String carriedKeyName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCarriedKeyName()
Gets the carriedKeyName value for this EncryptedKeyType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getRecipient()
Gets the recipient value for this EncryptedKeyType.
|
ReferenceList |
getReferenceList()
Gets the referenceList value for this EncryptedKeyType.
|
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() |
void |
setCarriedKeyName(java.lang.String carriedKeyName)
Sets the carriedKeyName value for this EncryptedKeyType.
|
void |
setRecipient(java.lang.String recipient)
Sets the recipient value for this EncryptedKeyType.
|
void |
setReferenceList(ReferenceList referenceList)
Sets the referenceList value for this EncryptedKeyType.
|
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setTypepublic EncryptedKeyType()
public EncryptedKeyType(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,
java.lang.String recipient,
ReferenceList referenceList,
java.lang.String carriedKeyName)
public ReferenceList getReferenceList()
public void setReferenceList(ReferenceList referenceList)
referenceList - public java.lang.String getCarriedKeyName()
public void setCarriedKeyName(java.lang.String carriedKeyName)
carriedKeyName - public java.lang.String getRecipient()
public void setRecipient(java.lang.String recipient)
recipient - 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.