summaryrefslogtreecommitdiff
path: root/tests/aleksey-xmlenc-01/enc-aes256-kt-rsa_oaep_sha1-params.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aleksey-xmlenc-01/enc-aes256-kt-rsa_oaep_sha1-params.tmpl')
-rw-r--r--tests/aleksey-xmlenc-01/enc-aes256-kt-rsa_oaep_sha1-params.tmpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/aleksey-xmlenc-01/enc-aes256-kt-rsa_oaep_sha1-params.tmpl b/tests/aleksey-xmlenc-01/enc-aes256-kt-rsa_oaep_sha1-params.tmpl
new file mode 100644
index 00000000..b0bcbdc6
--- /dev/null
+++ b/tests/aleksey-xmlenc-01/enc-aes256-kt-rsa_oaep_sha1-params.tmpl
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<EncryptedData Id="ED" Type="http://www.w3.org/2001/04/xmlenc#Content" xmlns="http://www.w3.org/2001/04/xmlenc#">
+ <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc"/>
+ <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
+ <EncryptedKey Id="EK" xmlns="http://www.w3.org/2001/04/xmlenc#">
+ <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p">
+ <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/>
+ <OAEPparams>MTIzNDU2Nzg=</OAEPparams>
+ </EncryptionMethod>
+ <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
+ <ds:KeyName>my-rsa-key</ds:KeyName>
+ </ds:KeyInfo>
+ <CipherData>
+ <CipherValue>
+ </CipherValue>
+ </CipherData>
+ </EncryptedKey>
+ </ds:KeyInfo>
+ <CipherData>
+ <CipherValue>
+ </CipherValue>
+ </CipherData>
+</EncryptedData>