package org.n3r.eql.dbfieldcryptor; import java.util.Set; public interface SecretFieldsConfigable { Set<String> getSecretFieldsConfig(); }