interface Cipher { public int encrypt(int x); public int decrypt(int x); }