Class: HatiConfig::Encryption::KeyProvider
- Inherits:
-
Object
- Object
- HatiConfig::Encryption::KeyProvider
show all
- Defined in:
- lib/hati_config/encryption.rb
Overview
KeyProvider class hierarchy for handling encryption keys.
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.create(type, options = {}) ⇒ Object
Instance Method Details
#key ⇒ Object
182
183
184
|
# File 'lib/hati_config/encryption.rb', line 182
def key
raise NotImplementedError, 'Subclasses must implement #key'
end
|