类 ECIESUtil
- java.lang.Object
-
- network.nerve.core.crypto.ECIESUtil
-
public class ECIESUtil extends Object
-
-
方法详细资料
-
encrypt
public static byte[] encrypt(byte[] userPubKey, byte[] msg)
-
decrypt
public static byte[] decrypt(byte[] userPriKey, String encryptedData) throws CryptoException- 抛出:
CryptoException
-
-