Class: Virgil::SDK::Cryptography::Keys::PrivateKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/virgil/sdk/cryptography/keys/private_key.rb

Overview

Class containing private key information

Instance Attribute Summary collapse

Instance Attribute Details

#receiver_idObject

Returns the value of attribute receiver_id

Returns:

  • (Object)

    the current value of receiver_id



40
41
42
# File 'lib/virgil/sdk/cryptography/keys/private_key.rb', line 40

def receiver_id
  @receiver_id
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



40
41
42
# File 'lib/virgil/sdk/cryptography/keys/private_key.rb', line 40

def value
  @value
end