Sha256: dc00444cc0f77e122f4a39c8a0cd6cb8ab1b2e77bff70a55372d21f4c3c7ea51

Contents?: true

Size: 252 Bytes

Versions: 5

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

xml.EncryptedData xmlns: ::Xml::Kit::Namespaces::XMLENC do
  xml.EncryptionMethod Algorithm: symmetric_cipher.algorithm
  render key_info, xml: xml
  xml.CipherData do
    xml.CipherValue symmetric_cipher_value
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xml-kit-0.6.0 lib/xml/kit/templates/encrypted_data.builder
xml-kit-0.5.0 lib/xml/kit/templates/encrypted_data.builder
xml-kit-0.4.0 lib/xml/kit/templates/encrypted_data.builder
xml-kit-0.3.1 lib/xml/kit/templates/encrypted_data.builder
xml-kit-0.3.0 lib/xml/kit/templates/encrypted_data.builder