class Xml::Kit::KeyInfo::RetrievalMethod
An implementation of the RSAKeyValue
element. www.w3.org/TR/xmldsig-core1/#sec-RetrievalMethod
@since 0.3.0
Attributes
type[RW]
uri[RW]
Public Class Methods
new()
click to toggle source
# File lib/xml/kit/key_info/retrieval_method.rb, line 13 def initialize @type = "#{Namespaces::XMLENC}EncryptedKey" end