wsse11:EncryptedHeader
Element information
Namespace: http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd
Schema document: oasis-wss-wssecurity-secext-1.1.xsd
Type: wsse11:EncryptedHeaderType
Properties: Global, Qualified
Content
- xenc:EncryptedData [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
wsu:Id | [0..1] | xsd:ID | ||
soap11:mustUnderstand | [0..1] | Anonymous | ||
soap11:actor | [0..1] | xsd:anyURI | ||
soap12:mustUnderstand | [0..1] | xsd:boolean | Default value is "0". | |
soap12:role | [0..1] | xsd:anyURI | ||
soap12:relay | [0..1] | xsd:boolean | Default value is "0". |
Sample instance
<wsse11:EncryptedHeader> <xenc:EncryptedData> <xenc:EncryptionMethod Algorithm="http://www.example.com/">Any text, intermingled with: <xenc:KeySize>1</xenc:KeySize> <xenc:OAEPparams>GpM7</xenc:OAEPparams> <!--any element--> </xenc:EncryptionMethod> <ds:KeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </ds:KeyInfo> <xenc:CipherData> <xenc:CipherValue>GpM7</xenc:CipherValue> </xenc:CipherData> <xenc:EncryptionProperties> <xenc:EncryptionProperty Target="http://www.example.com/">Any text, intermingled with:... </xenc:EncryptionProperty> </xenc:EncryptionProperties> </xenc:EncryptedData> </wsse11:EncryptedHeader>