XML Digital Signature and Encryption, 1.0

javax.xml.crypto.enc
Interface CipherData

All Superinterfaces:
XMLStructure
All Known Subinterfaces:
CipherReference, CipherValue

public interface CipherData
extends XMLStructure

A representation of the XML CipherData element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. The XML Schema Definition is defined as:

<element name='CipherData' type='xenc:CipherDataType'/> <complexType name='CipherDataType'> <choice> <element name='CipherValue' type='base64Binary'/> <element ref='xenc:CipherReference'/> </choice> </complexType>


Method Summary
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 


XML Digital Signature and Encryption, 1.0

Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to: jsr-106-comments@jcp.org