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:
parent
aa375b8a31
commit
34d6b581ac
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue