encrypted-key.tpl.xml
331 Bytes
<xenc:EncryptedData Type="http://www.w3.org/2001/04/xmlenc#Element" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<xenc:EncryptionMethod Algorithm="<%= contentEncryptionMethod %>" />
<%- keyInfo %>
<xenc:CipherData>
<xenc:CipherValue><%= encryptedContent %></xenc:CipherValue>
</xenc:CipherData>
</xenc:EncryptedData>