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