Class: Virgil::SDK::Cryptography::Keys::PublicKey
- Inherits:
-
Struct
- Object
- Struct
- Virgil::SDK::Cryptography::Keys::PublicKey
- Defined in:
- lib/virgil/sdk/cryptography/keys/public_key.rb
Overview
Class containing public 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/public_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/public_key.rb', line 40 def value @value end |