Class: LazyRsa::KeyParams

Inherits:
Data
  • Object
show all
Defined in:
lib/lazy_rsa.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dObject (readonly)

Returns the value of attribute d

Returns:

  • (Object)

    the current value of d



3
4
5
# File 'lib/lazy_rsa.rb', line 3

def d
  @d
end

#eObject (readonly)

Returns the value of attribute e

Returns:

  • (Object)

    the current value of e



3
4
5
# File 'lib/lazy_rsa.rb', line 3

def e
  @e
end

#nObject (readonly)

Returns the value of attribute n

Returns:

  • (Object)

    the current value of n



3
4
5
# File 'lib/lazy_rsa.rb', line 3

def n
  @n
end