RSAKeyValue
/FundsXML4/Signature/KeyInfo/KeyValue/RSAKeyValue
Diagram
Properties
- Type
- ds:RSAKeyValueType
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 4
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ds:CryptoBinary | |||
| ds:CryptoBinary |
Element Definition
Element Definition
<element xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="RSAKeyValue"
type="ds:RSAKeyValueType"/>
Referenced Type Definition
(RSAKeyValueType)
Referenced Type Definition (RSAKeyValueType)
<complexType xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="RSAKeyValueType">
<sequence>
<element name="Modulus" type="ds:CryptoBinary"/>
<element name="Exponent" type="ds:CryptoBinary"/>
</sequence>
</complexType>