1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-18 02:12:06 +01:00

Add documentation to DecryptionStream

This commit is contained in:
Paul Schaub 2022-11-16 17:36:25 +01:00
parent 70cca563d7
commit 1437604836

View file

@ -6,6 +6,9 @@ package org.pgpainless.decryption_verification;
import java.io.InputStream; 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 { public abstract class DecryptionStream extends InputStream {
/** /**