1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-16 05:39:39 +02:00

Add documentation to DecryptionStream

This commit is contained in:
Paul Schaub 2022-11-16 17:36:25 +01:00
parent aa375b8a31
commit 34d6b581ac
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -6,6 +6,9 @@ package org.pgpainless.decryption_verification;
import java.io.InputStream;
/**
* Abstract definition of an {@link InputStream} which can be used to decrypt / verify OpenPGP messages.
*/
public abstract class DecryptionStream extends InputStream {
/**