Class: Lotus::Crypto::KeyPair
- Inherits:
-
Struct
- Object
- Struct
- Lotus::Crypto::KeyPair
- Defined in:
- lib/lotus/crypto.rb
Instance Attribute Summary collapse
-
#private_key ⇒ Object
Returns the value of attribute private_key.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
Instance Attribute Details
#private_key ⇒ Object
Returns the value of attribute private_key
7 8 9 |
# File 'lib/lotus/crypto.rb', line 7 def private_key @private_key end |
#public_key ⇒ Object
Returns the value of attribute public_key
7 8 9 |
# File 'lib/lotus/crypto.rb', line 7 def public_key @public_key end |