xenc:EncryptionMethod
Element information
Namespace: http://www.w3.org/2001/04/xmlenc#
Schema document: xenc-schema.xsd
Type: xenc:EncryptionMethodType
Properties: Local, Qualified
Content
- Any text (mixed) content, intermingled with:
- Sequence [1..1]
- xenc:KeySize [0..1]
- xenc:OAEPparams [0..1]
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Algorithm | [1..1] | xsd:anyURI |
Used in
- Type xenc:EncryptedType
- Type xenc:EncryptedDataType via extension of xenc:EncryptedType (Element xenc:EncryptedData)
- Type xenc:EncryptedKeyType via extension of xenc:EncryptedType (Element xenc:EncryptedKey)
Sample instance
<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>