public SimpleCrypter(CryptoStrategy strategy) { setStrategy(strategy); }
public void setStrategy(CryptoStrategy strategy) { this.cryptMethod = strategy; }