@passify/xml-encryption
Version:
[](https://travis-ci.org/auth0/node-xml-encryption)
7 lines • 331 B
text/xml
<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>