mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 04:42:06 +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;
|
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 {
|
public class DecryptionBuilder implements DecryptionBuilderInterface {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue