Class: Xml::Kit::KeyInfo::RetrievalMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/xml/kit/key_info/retrieval_method.rb

Overview

An implementation of the RSAKeyValue element. www.w3.org/TR/xmldsig-core1/#sec-RetrievalMethod

Since:

  • 0.3.0

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRetrievalMethod

Returns a new instance of RetrievalMethod.

Since:

  • 0.3.0



11
12
13
# File 'lib/xml/kit/key_info/retrieval_method.rb', line 11

def initialize
  @type = "#{Namespaces::XMLENC}EncryptedKey"
end

Instance Attribute Details

#typeObject

Since:

  • 0.3.0



9
10
11
# File 'lib/xml/kit/key_info/retrieval_method.rb', line 9

def type
  @type
end

#uriObject

Since:

  • 0.3.0



9
10
11
# File 'lib/xml/kit/key_info/retrieval_method.rb', line 9

def uri
  @uri
end