public class RSAs extends Object
| 构造器和说明 |
|---|
RSAs() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
decrypt(byte[] bytes,
byte[] priKey) |
static byte[] |
decrypt(byte[] bytes,
byte[] priKey,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom) |
static byte[] |
encrypt(byte[] bytes,
byte[] pubKey) |
static byte[] |
encrypt(byte[] bytes,
byte[] pubKey,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom) |
public static byte[] encrypt(byte[] bytes,
byte[] pubKey)
public static byte[] encrypt(byte[] bytes,
byte[] pubKey,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom)
public static byte[] decrypt(byte[] bytes,
byte[] priKey)
public static byte[] decrypt(byte[] bytes,
byte[] priKey,
String algorithmTransformation,
Provider provider,
SecureRandom secureRandom)
Copyright © 2021. All rights reserved.