Class: Virgil::SDK::Cryptography::Keys::KeyPair
- Inherits:
-
Struct
- Object
- Struct
- Virgil::SDK::Cryptography::Keys::KeyPair
- Defined in:
- lib/virgil/sdk/cryptography/keys/key_pair.rb
Overview
Class containing key pair information
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
40 41 42 |
# File 'lib/virgil/sdk/cryptography/keys/key_pair.rb', line 40 def private_key @private_key end |
#public_key ⇒ Object
Returns the value of attribute public_key
40 41 42 |
# File 'lib/virgil/sdk/cryptography/keys/key_pair.rb', line 40 def public_key @public_key end |