javax.xml.crypto.enc

Interface CipherData

All Superinterfaces:
XMLStructure
All known subinterfaces:
CipherReference, CipherValue

  1. public interface CipherData
  2. 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