public class EncryptionList { EncryptionList() { methods.add(new Rot13Encryption()); } }