
public class RsaDecryptor extends Object implements EncodeDecryptor
| Constructor and Description |
|---|
RsaDecryptor(Provider provider,
KeyExpression keyExpression) |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeAndDecrypt(Provider provider,
Key key,
String ciphertext) |
String |
decrypt(String ciphertext)
decode and decrypt.
|
static byte[] |
decryptBytes(Provider provider,
Key key,
byte[] binary) |
public RsaDecryptor(Provider provider, KeyExpression keyExpression)
public String decrypt(String ciphertext)
EncodeDecryptordecrypt in interface EncodeDecryptorciphertext - encrypted and encodedCopyright © 2017. All rights reserved.