Sha256: cbce80b706cd5f3a9146c310550ae5664f6747c7d58bd26b0e1adb62c44b2956
Contents?: true
Size: 490 Bytes
Versions: 4
Compression:
Stored size: 490 Bytes
Contents
# frozen_string_literal: true xml.EncryptedData xmlns: ::Xml::Kit::Namespaces::XMLENC do xml.EncryptionMethod Algorithm: symmetric_algorithm xml.KeyInfo xmlns: ::Xml::Kit::Namespaces::XMLDSIG do xml.EncryptedKey xmlns: ::Xml::Kit::Namespaces::XMLENC do xml.EncryptionMethod Algorithm: asymmetric_algorithm xml.CipherData do xml.CipherValue asymmetric_cipher_value end end end xml.CipherData do xml.CipherValue symmetric_cipher_value end end
Version data entries
4 entries across 4 versions & 1 rubygems