Class: Virgil::Crypto::VirgilPublicKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/virgil/crypto/public_key.rb

Overview

Class containing public key information

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



38
39
40
# File 'lib/virgil/crypto/public_key.rb', line 38

def id
  @id
end

#raw_keyObject

Returns the value of attribute raw_key

Returns:

  • (Object)

    the current value of raw_key



38
39
40
# File 'lib/virgil/crypto/public_key.rb', line 38

def raw_key
  @raw_key
end