Sha256: 6e6e5fe8c645c93a3b5c20a977e9313c041968bf25c9ac104f1e230971db9107

Contents?: true

Size: 311 Bytes

Versions: 3

Compression:

Stored size: 311 Bytes

Contents

# frozen_string_literal: true

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

3 entries across 3 versions & 1 rubygems

Version Path
xml-kit-0.6.0 lib/xml/kit/key_info/rsa_key_value.rb
xml-kit-0.5.0 lib/xml/kit/key_info/rsa_key_value.rb
xml-kit-0.4.0 lib/xml/kit/key_info/rsa_key_value.rb