public PinkeyEncrypt(String keyS) { try { keyS = "3134393836323037" + "3134393836323036" + "3134393836323035"; this.desede = new DESede(keyS); } catch (System.Exception ex) { } }
public PinkeyEncrypt() { try { String keyS = "3134393836323037"; keyS = keyS + keyS + keyS; this.desede = new DESede(keyS); } catch (System.Exception ex) { } }