Class EncryptedHeaderBlock

java.lang.Object
com.sun.xml.wss.impl.misc.SOAPElementExtension
com.sun.xml.wss.core.EncryptedHeaderBlock
All Implemented Interfaces:
Node, SOAPElement, Element, Node

public class EncryptedHeaderBlock extends SOAPElementExtension implements SOAPElement
Corresponds to Schema definition for EncryptedData. Schema definition for EncryptedData is as follows:

 <xmp>
 <element name='EncryptedHeader' type='wsse11:EncryptedHeaderType'/>
 <complexType name='EncryptedHeaderType'>
   <element name='EncryptedData'>
     <complexContent>
         <extension base='xenc:EncryptedType'/>
     </complexContent>
   </element>
 </complexType>
 </xmp>
 
Author:
Mayank Mishra