public class BcDecryptor
extends java.lang.Object
| Constructor and Description |
|---|
BcDecryptor(BcPublicKey publicKey,
BcPrivateKey ourKey) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
decrypt(java.lang.String message) |
public BcDecryptor(BcPublicKey publicKey, BcPrivateKey ourKey)
public java.lang.String decrypt(java.lang.String message)
throws PGPDecryptionException,
PGPKeyNotFoundException,
PGPUnknownRecipientException,
PGPInvalidSignatureException