File: not-integer2.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 (15 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (5)
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>