Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/invalid/not-integer2.pskcxml
blob: 2f73efe8a33d3cd6e568f4f783f9d9299dfdbd05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>

<!--
  Quick test with a non-integer value for an attribute.
-->

<KeyContainer Version="1.0" xmlns="urn:ietf:params:xml:ns:keyprov:pskc">
  <KeyPackage>
    <Key>
      <Policy>
        <PINPolicy MinLength="FOUR"/>
      </Policy>
    </Key>
  </KeyPackage>
</KeyContainer>