6667686970717273
/** * Creates a new instance of <tt>StrongIntegerNumberEncryptor</tt>. */ public StrongIntegerNumberEncryptor() { super(); this.encryptor = new StandardPBEBigIntegerEncryptor(); this.encryptor.setAlgorithm("PBEWithMD5AndTripleDES"); }