public class RSAUtil extends Object
| Constructor and Description |
|---|
RSAUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
signToBase64(byte[] data,
String privateKey,
String algorithm) |
static boolean |
verifyFromBase64Sign(byte[] data,
String sign,
String publicKey,
String algorithm) |
Copyright © 2018. All rights reserved.