~ubuntu-branches/ubuntu/wily/python-pskc/wily

« back to all changes in this revision

Viewing changes to tests/invalid-wrongversion.pskcxml

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2014-06-20 14:50:59 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20140620145059-k5c0hc0259gtl3dt
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<KeyContainer Version="1.2"
 
3
    Id="exampleID1"
 
4
    xmlns="urn:ietf:params:xml:ns:keyprov:pskc">
 
5
    <KeyPackage>
 
6
        <Key Id="12345678"
 
7
            Algorithm="urn:ietf:params:xml:ns:keyprov:pskc:hotp">
 
8
            <Issuer>Issuer-A</Issuer>
 
9
            <Data>
 
10
                <Secret>
 
11
                    <PlainValue>MTIzNA==
 
12
                    </PlainValue>
 
13
                </Secret>
 
14
            </Data>
 
15
        </Key>
 
16
    </KeyPackage>
 
17
</KeyContainer>