public class RsaDecryptCipher
extends java.lang.Object
| Constructor and Description |
|---|
RsaDecryptCipher(java.security.PrivateKey privateKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedAesKey,
byte[] encrypted) |
java.security.PrivateKey |
getPrivateKey() |
public java.security.PrivateKey getPrivateKey()
public byte[] decrypt(byte[] encryptedAesKey,
byte[] encrypted)
throws DecryptException
DecryptException