FileDocCategorySizeDatePackage
EncryptedData.javaAPI DocJava SE 6 API1348Tue Jun 10 00:23:00 BST 2008com.sun.org.apache.xml.internal.security.encryption

EncryptedData

public interface EncryptedData implements EncryptedType
The EncryptedData element is the core element in the syntax. Not only does its CipherData 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:

<element name='EncryptedData' type='xenc:EncryptedDataType'/> <complexType name='EncryptedDataType'> <complexContent> <extension base='xenc:EncryptedType'/> </complexContent> </complexType>
author
Axl Mattheus

Fields Summary
Constructors Summary
Methods Summary