Class: Xml::Kit::KeyInfo::KeyValue

Inherits:
Object
  • Object
show all
Includes:
Templatable
Defined in:
lib/xml/kit/key_info/key_value.rb

Overview

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

Since:

  • 0.3.0

Instance Attribute Summary

Attributes included from Templatable

#embed_signature, #encrypt, #encryption_certificate, #signing_key_pair

Instance Method Summary collapse

Methods included from Templatable

#asymmetric_cipher, #encrypt_data_for, #encrypt_key_for, #encrypt_with, #encryption_for, #render, #sign_with, #signature_for, #symmetric_cipher, #to_xml

Instance Method Details

#rsaObject

Since:

  • 0.3.0



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

def rsa
  @rsa ||= RSAKeyValue.new
end