class Xml::Kit::KeyInfo::KeyValue

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

@since 0.3.0

Public Instance Methods

rsa() click to toggle source
# File lib/xml/kit/key_info/key_value.rb, line 13
def rsa
  @rsa ||= RSAKeyValue.new
end