28293031323334
private Crypter crypter; public EncryptedConverter() { super(); this.crypter = new SynchronousCrypter(KeyType.DESEDE); }