Sha256: 72ac82e5cde8d6f3c90c7ed070c015537396992c8ba56ee5b6b8ced8fecd2c4a
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
module Xml module Kit class KeyInfo # An implementation of the RSAKeyValue element. # https://www.w3.org/TR/xmldsig-core1/#sec-RSAKeyValue # # @since 0.3.0 class RSAKeyValue attr_accessor :modulus, :exponent end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xml-kit-0.3.1 | lib/xml/kit/key_info/rsa_key_value.rb |
xml-kit-0.3.0 | lib/xml/kit/key_info/rsa_key_value.rb |