Class: PgExport::Aes::Decryptor
- Inherits:
-
Base
- Object
- Base
- PgExport::Aes::Decryptor
show all
- Defined in:
- lib/pg_export/aes/decryptor.rb
Constant Summary
Constants inherited
from Base
Base::ALGORITHM
Instance Method Summary
collapse
Methods inherited from Base
#call, #initialize
Instance Method Details
#cipher_type ⇒ Object
8
9
10
|
# File 'lib/pg_export/aes/decryptor.rb', line 8
def cipher_type
:decrypt
end
|
#target_dump_name ⇒ Object
4
5
6
|
# File 'lib/pg_export/aes/decryptor.rb', line 4
def target_dump_name
'Dump'.freeze
end
|