Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element xenc:AgreementMethodType / xenc:KA-Nonce
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram
Type base64Binary
Properties
content: simple
minOccurs: 0
Source
<element name="KA-Nonce" type="base64Binary" minOccurs="0"/>
Element xenc:AgreementMethodType / xenc:OriginatorKeyInfo
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller102.tmp#id413 PES_Aller103.tmp#id374 PES_Aller104.tmp#id375 PES_Aller105.tmp#id391 PES_Aller106.tmp#id395 PES_Aller107.tmp#id405 PES_Aller108.tmp#id409 PES_Aller109.tmp#id412 PES_Aller102.tmp#id373
Type ds:KeyInfoType
Properties
content: complex
minOccurs: 0
mixed: true
Model ds:KeyName | ds:KeyValue | ds:RetrievalMethod | ds:X509Data | ds:PGPData | ds:SPKIData | ds:MgmtData | ANY element from ANY namespace OTHER than 'http://www.w3.org/2000/09/xmldsig#'
Children ds:KeyName, ds:KeyValue, ds:MgmtData, ds:PGPData, ds:RetrievalMethod, ds:SPKIData, ds:X509Data
Instance
<xenc:OriginatorKeyInfo Id="">
  <ds:KeyName>{1,1}</ds:KeyName>
  <ds:KeyValue>{1,1}</ds:KeyValue>
  <ds:RetrievalMethod Type="" URI="">{1,1}</ds:RetrievalMethod>
  <ds:X509Data>{1,1}</ds:X509Data>
  <ds:PGPData>{1,1}</ds:PGPData>
  <ds:SPKIData>{1,1}</ds:SPKIData>
  <ds:MgmtData>{1,1}</ds:MgmtData>
</xenc:OriginatorKeyInfo>
Attributes
QName Type Fixed Default Use Annotation
Id ID optional
Source
<element name="OriginatorKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>
Element xenc:AgreementMethodType / xenc:RecipientKeyInfo
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller102.tmp#id413 PES_Aller103.tmp#id374 PES_Aller104.tmp#id375 PES_Aller105.tmp#id391 PES_Aller106.tmp#id395 PES_Aller107.tmp#id405 PES_Aller108.tmp#id409 PES_Aller109.tmp#id412 PES_Aller102.tmp#id373
Type ds:KeyInfoType
Properties
content: complex
minOccurs: 0
mixed: true
Model ds:KeyName | ds:KeyValue | ds:RetrievalMethod | ds:X509Data | ds:PGPData | ds:SPKIData | ds:MgmtData | ANY element from ANY namespace OTHER than 'http://www.w3.org/2000/09/xmldsig#'
Children ds:KeyName, ds:KeyValue, ds:MgmtData, ds:PGPData, ds:RetrievalMethod, ds:SPKIData, ds:X509Data
Instance
<xenc:RecipientKeyInfo Id="">
  <ds:KeyName>{1,1}</ds:KeyName>
  <ds:KeyValue>{1,1}</ds:KeyValue>
  <ds:RetrievalMethod Type="" URI="">{1,1}</ds:RetrievalMethod>
  <ds:X509Data>{1,1}</ds:X509Data>
  <ds:PGPData>{1,1}</ds:PGPData>
  <ds:SPKIData>{1,1}</ds:SPKIData>
  <ds:MgmtData>{1,1}</ds:MgmtData>
</xenc:RecipientKeyInfo>
Attributes
QName Type Fixed Default Use Annotation
Id ID optional
Source
<element name="RecipientKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>
Complex Type xenc:AgreementMethodType
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller208.tmp#id999 PES_Aller208.tmp#id996 PES_Aller208.tmp#id997 PES_Aller208.tmp#id998
Properties
mixed: true
Used by
Model xenc:KA-Nonce{0,1} , ANY element from ANY namespace OTHER than 'http://www.w3.org/2001/04/xmlenc#' , xenc:OriginatorKeyInfo{0,1} , xenc:RecipientKeyInfo{0,1}
Children xenc:KA-Nonce, xenc:OriginatorKeyInfo, xenc:RecipientKeyInfo
Attributes
QName Type Fixed Default Use Annotation
Algorithm anyURI required
Source
<complexType name="AgreementMethodType" mixed="true">
  <sequence>
    <element name="KA-Nonce" type="base64Binary" minOccurs="0"/>
    <any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    <element name="OriginatorKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>
    <element name="RecipientKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>
    <!-- <element ref="ds:DigestMethod" minOccurs="0"/> -->
  </sequence>
  <attribute name="Algorithm" type="anyURI" use="required"/>
</complexType>
Attribute xenc:AgreementMethodType / @Algorithm
Namespace No namespace
Type anyURI
Properties
use: required
Used by
Source
<attribute name="Algorithm" type="anyURI" use="required"/>