RSAKeyValue

/FundsXML4/Signature/KeyInfo/KeyValue/RSAKeyValue

Diagram

RSAKeyValue Modulus ds:CryptoBinary [1] Exponent ds:CryptoBinary [1]

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

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)

<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>