blob: a122bc173364b7be22b76a2c9ce30a173c4a5665 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" ?>
<keys xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../schema.xsd">
<pubkey>
<id>default_pub</id>
<inline>0x116d77bea845d4bd0204cb8b954c957431c23a7111a0eda94d41a3c774260e37,0x9589952dcc2034be9cb36411c59e8978fc40a7ebce5dc296d8c693a25b637969</inline>
<curve>secg/secp256r1</curve>
<desc>A random public key for default_priv.</desc>
</pubkey>
<privkey>
<id>default_priv</id>
<inline>0x92d375aebbc233bc9b60124ff7adf963917ab77bfc254418900f7ba51c85cc09</inline>
<curve>secg/secp256r1</curve>
<desc>A random private key for default_pub.</desc>
</privkey>
</keys>
|