Interface EncryptedData
-
- All Superinterfaces:
EncryptedType
- All Known Implementing Classes:
XMLCipher.Factory.EncryptedDataImpl
public interface EncryptedData extends EncryptedType
TheEncryptedData
element is the core element in the syntax. Not only does itsCipherData
child contain the encrypted data, but it's also the element that replaces the encrypted element, or serves as the new document root.It's schema definition is as follows:
-
-
Method Summary
-
Methods inherited from interface org.apache.xml.security.encryption.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType
-
-