Sha256: 070667d3aee970b8d0e6e9dfd1ad8052484fb95cbdf15638bec1546224598897
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
module Xml module Kit class KeyInfo # An implementation of the RSAKeyValue element. # https://www.w3.org/TR/xmldsig-core1/#sec-RetrievalMethod # # @since 0.3.0 class RetrievalMethod attr_accessor :uri, :type def initialize @type = "#{Namespaces::XMLENC}EncryptedKey" end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xml-kit-0.3.1 | lib/xml/kit/key_info/retrieval_method.rb |
xml-kit-0.3.0 | lib/xml/kit/key_info/retrieval_method.rb |