Package eu.europa.esig.xmlenc.jaxb
Class EncryptedDataType
java.lang.Object
eu.europa.esig.xmlenc.jaxb.EncryptedType
eu.europa.esig.xmlenc.jaxb.EncryptedDataType
- All Implemented Interfaces:
Serializable
Java class for EncryptedDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedDataType"> <complexContent> <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType"> </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
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
-
Constructor Details
-
EncryptedDataType
public EncryptedDataType()
-