xenc:AgreementMethod
Element information
Namespace: http://www.w3.org/2001/04/xmlenc#
Schema document: xenc-schema.xsd
Type: xenc:AgreementMethodType
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Sequence [1..1]
- xenc:KA-Nonce [0..1]
- Any element [0..*] Namespace: ##other, Process Contents: strict
- xenc:OriginatorKeyInfo [0..1]
- xenc:RecipientKeyInfo [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Algorithm | [1..1] | xsd:anyURI |
Sample instance
<xenc:AgreementMethod Algorithm="http://www.example.com/">Any text, intermingled with: <xenc:KA-Nonce>GpM7</xenc:KA-Nonce> <!--any element--> <xenc:OriginatorKeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </xenc:OriginatorKeyInfo> <xenc:RecipientKeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </xenc:RecipientKeyInfo> </xenc:AgreementMethod>