Class: Match::Encryption::Interface

Inherits:
Object
  • Object
show all
Defined in:
match/lib/match/encryption/interface.rb

Direct Known Subclasses

OpenSSL

Instance Method Summary collapse

Instance Method Details

#decrypt_filesObject

Call this method to trigger the actual decryption



12
13
14
# File 'match/lib/match/encryption/interface.rb', line 12

def decrypt_files
  not_implemented(__method__)
end

#encrypt_filesObject

Call this method to trigger the actual encryption



6
7
8
# File 'match/lib/match/encryption/interface.rb', line 6

def encrypt_files
  not_implemented(__method__)
end