Interface FileEncryptor

  • All Superinterfaces:
    Encryptor<java.io.File,​java.io.File>

    public interface FileEncryptor
    extends Encryptor<java.io.File,​java.io.File>
    The interface FileEncryptor can encrypt a File object and return the encrypted result as File object.
    • Method Summary