File: odd-namespace.pskcxml

package info (click to toggle)
python-pskc 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 868 kB
  • ctags: 213
  • sloc: python: 1,343; xml: 151; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>

<!--
  Taken from the OATH Toolkit (pskc-ns.xml).
-->

<foo:KeyContainer Version="1.0"
                  Id="exampleID1"
                  xmlns:foo="urn:ietf:params:xml:ns:keyprov:pskc">
  <foo:KeyPackage>
    <foo:Key Id="12345678"
             Algorithm="urn:ietf:params:xml:ns:keyprov:pskc:hotp">
      <foo:Issuer>Issuer-A</foo:Issuer>
      <foo:Data>
        <foo:Secret>
          <foo:PlainValue>MTIzNA==
          </foo:PlainValue>
        </foo:Secret>
      </foo:Data>
    </foo:Key>
  </foo:KeyPackage>
</foo:KeyContainer>