Sha256: 1784c6779640b82cd24d934534e8899e77098f7f34e48481db984945c953a639

Contents?: true

Size: 359 Bytes

Versions: 78

Compression:

Stored size: 359 Bytes

Contents

module Match
  module Encryption
    class Interface
      # Call this method to trigger the actual
      # encryption
      def encrypt_files(password: nil)
        not_implemented(__method__)
      end

      # Call this method to trigger the actual
      # decryption
      def decrypt_files
        not_implemented(__method__)
      end
    end
  end
end

Version data entries

78 entries across 78 versions & 4 rubygems

Version Path
fastlane-2.227.0 match/lib/match/encryption/interface.rb
fastlane-2.226.0 match/lib/match/encryption/interface.rb
fastlane-2.225.0 match/lib/match/encryption/interface.rb
fastlane-2.224.0 match/lib/match/encryption/interface.rb
fastlane-2.223.1 match/lib/match/encryption/interface.rb
fastlane-2.223.0 match/lib/match/encryption/interface.rb
fastlane-2.222.0 match/lib/match/encryption/interface.rb
fastlane-2.221.1 match/lib/match/encryption/interface.rb
fastlane-2.221.0 match/lib/match/encryption/interface.rb
fastlane-2.220.0 match/lib/match/encryption/interface.rb
fastlane-2.219.0 match/lib/match/encryption/interface.rb
fastlane-2.218.0 match/lib/match/encryption/interface.rb
fastlane-security-patched-2.216.0 match/lib/match/encryption/interface.rb
fastlane-2.217.0 match/lib/match/encryption/interface.rb
fastlane-2.216.0 match/lib/match/encryption/interface.rb
fastlane-2.215.1 match/lib/match/encryption/interface.rb
fastlane-2.215.0 match/lib/match/encryption/interface.rb
fastlane-mercafacil-2.214.0 match/lib/match/encryption/interface.rb
fastlane-2.214.0 match/lib/match/encryption/interface.rb
fastlane-2.213.0 match/lib/match/encryption/interface.rb