ds:KeyInfo
Element information
Namespace: http://www.w3.org/2000/09/xmldsig#
Schema document: xmldsig-core-schema.xsd
Type: ds:KeyInfoType
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Choice [1..*]
- ds:KeyName
- ds:KeyValue
- ds:RetrievalMethod
- ds:X509Data
- ds:PGPData
- ds:SPKIData
- ds:MgmtData
- Any element Namespace: ##other, Process Contents: lax
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Id | [0..1] | xsd:ID |
Used in
- Type ds:SignatureType (Element ds:Signature)
Sample instance
<KeyInfo> <KeyValue> <DSAKeyValue> <P>...</P> <Q>...</Q> <G>...</G> <Y>...</Y> </DSAKeyValue> </KeyValue> </KeyInfo>