- java.lang.Object
-
- com.sun.xml.security.core.xenc.EncryptedType
-
- com.sun.xml.security.core.xenc.EncryptedKeyType
-
public class EncryptedKeyType extends EncryptedType
Java class for EncryptedKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedKeyType"> <complexContent> <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType"> <sequence> <element ref="{http://www.w3.org/2001/04/xmlenc#}ReferenceList" minOccurs="0"/> <element name="CarriedKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="Recipient" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcarriedKeyNameprotected Stringrecipientprotected ReferenceListreferenceList-
Fields inherited from class com.sun.xml.security.core.xenc.EncryptedType
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type
-
-
Constructor Summary
Constructors Constructor Description EncryptedKeyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCarriedKeyName()Gets the value of the carriedKeyName property.StringgetRecipient()Gets the value of the recipient property.ReferenceListgetReferenceList()Gets the value of the referenceList property.voidsetCarriedKeyName(String value)Sets the value of the carriedKeyName property.voidsetRecipient(String value)Sets the value of the recipient property.voidsetReferenceList(ReferenceList value)Sets the value of the referenceList property.-
Methods inherited from class com.sun.xml.security.core.xenc.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType
-
-
-
-
Field Detail
-
referenceList
protected ReferenceList referenceList
-
carriedKeyName
protected String carriedKeyName
-
recipient
protected String recipient
-
-
Method Detail
-
getReferenceList
public ReferenceList getReferenceList()
Gets the value of the referenceList property.- Returns:
- possible object is
ReferenceList
-
setReferenceList
public void setReferenceList(ReferenceList value)
Sets the value of the referenceList property.- Parameters:
value- allowed object isReferenceList
-
getCarriedKeyName
public String getCarriedKeyName()
Gets the value of the carriedKeyName property.- Returns:
- possible object is
String
-
setCarriedKeyName
public void setCarriedKeyName(String value)
Sets the value of the carriedKeyName property.- Parameters:
value- allowed object isString
-
getRecipient
public String getRecipient()
Gets the value of the recipient property.- Returns:
- possible object is
String
-
-