public final class SecureDES3Tool
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
byte[] |
decryptMode(byte[] src,
java.lang.String password)
解密函数
|
byte[] |
encryptMode(byte[] src,
java.lang.String password)
加密方法
|
static SecureDES3Tool |
instance() |
public static SecureDES3Tool instance()
public byte[] encryptMode(byte[] src, java.lang.String password)
src
- 源数据的字节数组password
- public byte[] decryptMode(byte[] src, java.lang.String password)
src
- 密文的字节数组password
-