RSAKeyValue
Defines a RSA public key as specified in XML DSIG.
Element hierarchy
- <Signature>
-
- <KeyInfo>
-
- <KeyValue>
- <RSAKeyValue>
Syntax
<RSAKeyValue>
<!-- Child elements -->
Modulus,
Exponent
</RSAKeyValue>
Attributes and Elements
Attributes
None.
Child Elements
Child Element | Description |
---|---|
Exponent | Defines the RSA public key exponent as specified in XML DSIG . |
Modulus | Defines the RSA public key modulus as specified in XML DSIG . |
Parent Elements
Parent Element | Description |
---|---|
KeyValue | Defines a single public key as specified in XML DSIG . |
Requirements
Namespace |
http://www.w3.org/2000/09/xmldsig# |