1:public interface Encryptable {
2:   public String encrypt(String s);
3:}