6566676869707172
/** * Creates a new instance of <tt>BasicDecimalNumberEncryptor</tt>. */ public BasicDecimalNumberEncryptor() { super(); this.encryptor = new StandardPBEBigDecimalEncryptor(); this.encryptor.setAlgorithm("PBEWithMD5AndDES"); }