Class: PgExport::Aes::Encryptor
- Inherits:
-
Base
- Object
- Base
- PgExport::Aes::Encryptor
show all
- Defined in:
- lib/pg_export/aes/encryptor.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/encryptor.rb', line 8
def cipher_type
:encrypt
end
|
#target_dump_name ⇒ Object
4
5
6
|
# File 'lib/pg_export/aes/encryptor.rb', line 4
def target_dump_name
'Encrypted Dump'.freeze
end
|