File: partialxml.pskcxml

package info (click to toggle)
python-pskc 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,180 kB
  • sloc: python: 1,848; xml: 151; makefile: 22; sh: 9
file content (23 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>

<!--
  This test file contains various incomplete but otherwise valid key entries.
-->

<KeyContainer Version="1.0"
  xmlns="urn:ietf:params:xml:ns:keyprov:pskc"
  xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
  xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
 <!-- empty key package -->
 <KeyPackage></KeyPackage>
 <!-- key package with empty key -->
 <KeyPackage><Key></Key></KeyPackage>
 <!-- key with empty data -->
 <KeyPackage><Key><Data></Data></Key></KeyPackage>
 <!-- key with empty counter -->
 <KeyPackage><Key><Data><Counter></Counter></Data></Key></KeyPackage>
 <!-- key with empty counter -->
 <KeyPackage><Key><Data><Counter></Counter></Data></Key></KeyPackage>
 <!-- key with empty policy -->
 <KeyPackage><Key><Policy></Policy></Key></KeyPackage>
</KeyContainer>