Class EncryptedKeyHeaderBlock

  • All Implemented Interfaces:
    SecurityHeaderBlock, javax.xml.soap.Node, javax.xml.soap.SOAPElement, Element, Node

    public class EncryptedKeyHeaderBlock
    extends EncryptedTypeHeaderBlock
    The schema definition of EncryptedKey element is as follows: <element name='EncryptedKey' type='xenc:EncryptedKeyType'/> <complexType name='EncryptedKeyType'> <complexContent> <extension base='xenc:EncryptedType'> <sequence> <element ref='xenc:ReferenceList' minOccurs='0'/> <element name='CarriedKeyName' type='string' minOccurs='0'/> </sequence> <attribute name='Recipient' type='string' use='optional'/> </extension> </complexContent> </complexType>
    Author:
    Vishal Mahajan