public class ECIESUtil extends Object
public static byte[] encrypt(byte[] userPubKey,
byte[] msg)
public static byte[] decrypt(byte[] userPriKey,
String encryptedData)
throws CryptoException
CryptoExceptionCopyright © 2021. All rights reserved.