mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Add javadoc for OpenPgpMessageInputStream factory method return value
This commit is contained in:
parent
39d656d2dd
commit
e88a88a447
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,7 @@ public class OpenPgpMessageInputStream extends DecryptionStream {
|
|||
*
|
||||
* @param inputStream underlying input stream
|
||||
* @param options options for consuming the stream
|
||||
* @return input stream that consumes OpenPGP messages
|
||||
*
|
||||
* @throws IOException in case of an IO error
|
||||
* @throws PGPException in case of an OpenPGP error
|
||||
|
@ -123,6 +124,7 @@ public class OpenPgpMessageInputStream extends DecryptionStream {
|
|||
* @param inputStream underlying input stream containing the OpenPGP message
|
||||
* @param options options for consuming the message
|
||||
* @param policy policy for acceptable algorithms etc.
|
||||
* @return input stream that consumes OpenPGP messages
|
||||
*
|
||||
* @throws PGPException in case of an OpenPGP error
|
||||
* @throws IOException in case of an IO error
|
||||
|
|
Loading…
Reference in a new issue