mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-10-31 17:45:58 +01:00
Add javadoc to DecryptionBuilder
This commit is contained in:
parent
ab6b6ca2e7
commit
7a2c9d864c
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ import javax.annotation.Nonnull;
|
|||
|
||||
import org.bouncycastle.openpgp.PGPException;
|
||||
|
||||
/**
|
||||
* Builder class that takes an {@link InputStream} of ciphertext (or plaintext signed data)
|
||||
* and combines it with a configured {@link ConsumerOptions} object to form a {@link DecryptionStream} which
|
||||
* can be used to decrypt an OpenPGP message or verify signatures.
|
||||
*/
|
||||
public class DecryptionBuilder implements DecryptionBuilderInterface {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue