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)
EncodeDecryptor
decrypt
in interface EncodeDecryptor
ciphertext
- encrypted and encodedCopyright © 2017. All rights reserved.