File: example1.pskcxml

package info (click to toggle)
python-pskc 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,144 kB
  • sloc: python: 1,637; xml: 151; makefile: 11
file content (38 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>

<!--
  First example from draft-josefsson-keyprov-pskc-yubikey-00 illustrating how
  slot 1 of the YubiKey with serial number 283599 is provisioned with public
  identifier "ekhgjhbctrgn", internal identity "ca62baca62ba" and the
  indicated encryption key.
-->

<KeyContainer Version="1.0"
              Id="yk-pskc-283599"
              xmlns="urn:ietf:params:xml:ns:keyprov:pskc">
  <KeyPackage>
    <DeviceInfo>
      <Manufacturer>oath.UB</Manufacturer>
      <SerialNo>283599</SerialNo>
      <StartDate>2009-01-22T00:25:11Z</StartDate>
    </DeviceInfo>
    <CryptoModuleInfo>
      <Id>1</Id>
    </CryptoModuleInfo>
    <Key Id="283599:1"
         Algorithm="http://www.yubico.com/#yubikey-aes">
      <Issuer>ACME Inc.</Issuer>
      <AlgorithmParameters>
        <ResponseFormat Encoding="ALPHANUMERIC" Length="44"/>
      </AlgorithmParameters>
      <Data>
        <Secret>
          <PlainValue>
            K34VFiiu0qar9xWICc9PPA==
          </PlainValue>
        </Secret>
      </Data>
      <UserId>CN=ekhgjhbctrgn, UID=ca62baca62ba</UserId>
    </Key>
  </KeyPackage>
</KeyContainer>