Class: Virgil::SDK::Cryptography::Keys::PrivateKey
- Inherits:
-
Struct
- Object
- Struct
- Virgil::SDK::Cryptography::Keys::PrivateKey
- Defined in:
- lib/virgil/sdk/cryptography/keys/private_key.rb
Overview
Class containing private key information
Instance Attribute Summary collapse
-
#receiver_id ⇒ Object
Returns the value of attribute receiver_id.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#receiver_id ⇒ Object
Returns the value of attribute receiver_id
40 41 42 |
# File 'lib/virgil/sdk/cryptography/keys/private_key.rb', line 40 def receiver_id @receiver_id end |
#value ⇒ Object
Returns the value of attribute value
40 41 42 |
# File 'lib/virgil/sdk/cryptography/keys/private_key.rb', line 40 def value @value end |