Class: PgExport::Aes::Encryptor

Inherits:
Base
  • Object
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

Constructor Details

This class inherits a constructor from PgExport::Aes::Base

Instance Method Details

#cipher_typeObject



8
9
10
# File 'lib/pg_export/aes/encryptor.rb', line 8

def cipher_type
  :encrypt
end

#target_dump_nameObject



4
5
6
# File 'lib/pg_export/aes/encryptor.rb', line 4

def target_dump_name
  'Encrypted Dump'.freeze
end