Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a single public key as specified in XML DSIG.
Element hierarchy
- <Signature>
-
- <KeyInfo>
- <KeyValue>
Syntax
<KeyValue>
<!-- Child elements -->
( DSAKeyValue
| RSAKeyValue
| any element in a non-schema namespace{}
)
<!-- This element may also contain text (mixed content). -->
</KeyValue>
Key
{} specific range of occurrences
Attributes and Elements
Attributes
None.
Child Elements
| Child Element | Description |
|---|---|
| DSAKeyValue | Defines a Digital Signature Algorithm (DSA) public key as specified in XML DSIG . |
| RSAKeyValue | Defines a RSA public key as specified in XML DSIG . |
Parent Elements
| Parent Element | Description |
|---|---|
| KeyInfo | Defines all key information used to validate the signature as specified in XML DSIG . |
Requirements
Namespace |
http://www.w3.org/2000/09/xmldsig# |