public final class CipherUtils
extends Object
- 从以下版本开始:
- 1.0.15
- 作者:
- 应卓
- 另请参阅:
-
-
方法概要
static byte[]
static byte[]
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
encrypt
public static byte[] encrypt(byte[] data,
Key key)
-
decrypt
public static byte[] decrypt(byte[] data,
Key key)