File: keys.xml

package info (click to toggle)
xmlsec1 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,144 kB
  • sloc: ansic: 101,545; xml: 20,100; sh: 3,804; makefile: 1,215; javascript: 434; perl: 199
file content (42 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download | duplicates (12)
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
37
38
39
40
41
42
<?xml version="1.0"?>
<Keys xmlns="http://www.aleksey.com/xmlsec/2002" >

<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    <KeyName>bob</KeyName>
    <KeyValue>
	<DESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">
	    YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4
	</DESKeyValue>
    </KeyValue>
</KeyInfo>

<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    <KeyName>jed</KeyName>
    <KeyValue>
	<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">
	    YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXowMTIzNDU=
	</AESKeyValue>
    </KeyValue>
</KeyInfo>

<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    <KeyName>job</KeyName>
    <KeyValue>
	<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">
	    YWJjZGVmZ2hpamtsbW5vcA==
	</AESKeyValue>
    </KeyValue>
</KeyInfo>

<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    <KeyName>jeb</KeyName>
    <KeyValue>
	<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">
	    YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4
	</AESKeyValue>
    </KeyValue>
</KeyInfo>



</Keys>