Class: Virgil::Crypto::VirgilPrivateKey
- Inherits:
-
Struct
- Object
- Struct
- Virgil::Crypto::VirgilPrivateKey
- Defined in:
- lib/virgil/crypto/private_key.rb
Overview
Class containing private key information
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#raw_key ⇒ Object
Returns the value of attribute raw_key.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
38 39 40 |
# File 'lib/virgil/crypto/private_key.rb', line 38 def id @id end |
#raw_key ⇒ Object
Returns the value of attribute raw_key
38 39 40 |
# File 'lib/virgil/crypto/private_key.rb', line 38 def raw_key @raw_key end |