public class EcLevrCrypto extends Object
| Constructor and Description |
|---|
EcLevrCrypto() |
| Modifier and Type | Method and Description |
|---|---|
static String |
aesDecrypt(String obj,
String iv,
String secret) |
static String |
aesEncrypt(String obj,
String iv,
String secret) |
static String |
rsaDecrypt(String obj,
String ppk) |
static String |
rsaEncrypt(String obj,
String ppk) |
static String |
rsaSign(String obj,
String ppk) |
static Boolean |
rsaVerify(String obj,
String ppk,
String against) |
public static Object Worker
Copyright © 2019 Eduworks Corporation. All rights reserved.