Class: VaultTree::DecryptionKey
- Defined in:
- lib/vault-tree/keywords/decryption_key.rb
Instance Attribute Summary
Attributes inherited from Keyword
Instance Method Summary collapse
Methods inherited from Keyword
#contract, #initialize, #post_initialize
Constructor Details
This class inherits a constructor from VaultTree::Keyword
Instance Method Details
#evaluate ⇒ Object
4 5 6 |
# File 'lib/vault-tree/keywords/decryption_key.rb', line 4 def evaluate LockSmith.new().generate_private_key end |