|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpaynet.crypto.TripleDES
public class TripleDES
TripleDES
This class encrypts and decrypts using Triple-DES encryption.
| Constructor Summary | |
|---|---|
TripleDES()
|
|
| Method Summary | |
|---|---|
static byte[] |
encrypt(java.lang.String input,
core.diag.ITrace trace)
Encrypt |
static javax.crypto.SecretKey |
getSecretKey()
Generate a secret key |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TripleDES()
| Method Detail |
|---|
public static javax.crypto.SecretKey getSecretKey()
throws CryptoException
CryptoException
public static byte[] encrypt(java.lang.String input,
core.diag.ITrace trace)
throws CryptoException
CryptoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||