Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/draft-keyprov-securid-aes-counter.pskcxml
blob: b66bb4c2547d35ee053dc92c2a49a7cc206d751a (plain)
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
<?xml version="1.0" encoding="UTF-8"?>

<!--
  SecurID-AES-Counter example from section 6 of
  draft-hoyer-keyprov-pskc-algorithm-profiles-01 modified to fit the schema
  as described in RFC 6030 and to be valid XML.
-->

<KeyContainer Version="1.0" xmlns="urn:ietf:params:xml:ns:keyprov:pskc">
  <KeyPackage>
    <DeviceInfo>
      <Manufacturer>RSA, The Security Division of EMC</Manufacturer>
      <SerialNo>123456798</SerialNo>
    </DeviceInfo>
    <Key Algorithm="http://www.rsa.com/names/2008/04/algorithms/SecurID/SecurID-AES128-Counter" Id="23456789">
      <Issuer>Issuer</Issuer>
      <AlgorithmParameters>
        <ResponseFormat  Length="6" Encoding="DECIMAL"/>
      </AlgorithmParameters>
      <Data>
        <Secret>
          <PlainValue>MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=
          </PlainValue>
        </Secret>
        <Counter>
          <PlainValue>0</PlainValue>
        </Counter>
      </Data>
      <Policy>
        <KeyUsage>OTP</KeyUsage>
        <StartDate>2006-04-14T00:00:00Z</StartDate>
        <ExpiryDate>2010-09-30T00:00:00Z</ExpiryDate>
      </Policy>
    </Key>
  </KeyPackage>
</KeyContainer>