Class: LazyRsa::KeyParams
- Inherits:
-
Data
- Object
- Data
- LazyRsa::KeyParams
- Defined in:
- lib/lazy_rsa.rb
Instance Attribute Summary collapse
-
#d ⇒ Object
readonly
Returns the value of attribute d.
-
#e ⇒ Object
readonly
Returns the value of attribute e.
-
#n ⇒ Object
readonly
Returns the value of attribute n.
Instance Attribute Details
#d ⇒ Object (readonly)
Returns the value of attribute d
3 4 5 |
# File 'lib/lazy_rsa.rb', line 3 def d @d end |
#e ⇒ Object (readonly)
Returns the value of attribute e
3 4 5 |
# File 'lib/lazy_rsa.rb', line 3 def e @e end |
#n ⇒ Object (readonly)
Returns the value of attribute n
3 4 5 |
# File 'lib/lazy_rsa.rb', line 3 def n @n end |