UNPKG

@passify/xml-encryption

Version:

[![Build Status](https://travis-ci.org/auth0/node-xml-encryption.png)](https://travis-ci.org/auth0/node-xml-encryption)

7 lines 331 B
<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>