Add documentation to DecryptionStream

This commit is contained in:
Paul Schaub 2022-11-16 17:36:25 +01:00
parent 70cca563d7
commit 1437604836
1 changed files with 3 additions and 0 deletions

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 {
/**