Class: Xml::Kit::KeyInfo::RSAKeyValue

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

Overview

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

Since:

  • 0.3.0

Instance Attribute Summary collapse

Instance Attribute Details

#exponentObject

Since:

  • 0.3.0



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

def exponent
  @exponent
end

#modulusObject

Since:

  • 0.3.0



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

def modulus
  @modulus
end