Package eu.europa.esig.xmlenc.jaxb
Class EncryptedKeyType
java.lang.Object
eu.europa.esig.xmlenc.jaxb.EncryptedType
eu.europa.esig.xmlenc.jaxb.EncryptedKeyType
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.xmlenc.jaxb.EncryptedType
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the carriedKeyName property.Gets the value of the recipient property.Gets the value of the referenceList property.void
setCarriedKeyName
(String value) Sets the value of the carriedKeyName property.void
setRecipient
(String value) Sets the value of the recipient property.void
setReferenceList
(ReferenceList value) Sets the value of the referenceList property.Methods inherited from class eu.europa.esig.xmlenc.jaxb.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType
-
Field Details
-
referenceList
-
carriedKeyName
-
recipient
-
-
Constructor Details
-
EncryptedKeyType
public EncryptedKeyType()
-
-
Method Details
-
getReferenceList
Gets the value of the referenceList property.- Returns:
- possible object is
ReferenceList
-
setReferenceList
Sets the value of the referenceList property.- Parameters:
value
- allowed object isReferenceList
-
getCarriedKeyName
Gets the value of the carriedKeyName property.- Returns:
- possible object is
String
-
setCarriedKeyName
Sets the value of the carriedKeyName property.- Parameters:
value
- allowed object isString
-
getRecipient
Gets the value of the recipient property.- Returns:
- possible object is
String
-
setRecipient
Sets the value of the recipient property.- Parameters:
value
- allowed object isString
-