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:
parent
70cca563d7
commit
1437604836
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…
Reference in a new issue