Class 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:

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