public class RSAKit extends Object
RSAKit class.
| 构造器和说明 |
|---|
RSAKit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static KeyPair |
creatmyKey()
creatmyKey.
|
static String |
decryption(String encrypt,
String PRIVATEKEY1)
decryption.
|
static String |
encryption(String value,
String PUBLICKEY1)
encryption.
|
static void |
main(String[] args)
main.
|
static byte[] |
MdigestSHA(String source)
计算字符串的SHA数字摘要,以byte[]形式返回
|
public static byte[] MdigestSHA(String source)
source - a String object.byte objects.Copyright © 2023. All rights reserved.