mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 00:42:06 +01:00
Update comment of KeyRingReader.publicKeyRingCollection()
This commit is contained in:
parent
d707ecd20e
commit
50bbdddc73
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ public class KeyRingReader {
|
||||||
* Read a public key ring collection from the provided {@link InputStream}.
|
* Read a public key ring collection from the provided {@link InputStream}.
|
||||||
* If more than maxIterations PGP packets are encountered before the stream is exhausted,
|
* If more than maxIterations PGP packets are encountered before the stream is exhausted,
|
||||||
* an {@link IOException} is thrown.
|
* an {@link IOException} is thrown.
|
||||||
|
* If the stream contain secret key packets, their public key parts are extracted and returned.
|
||||||
*
|
*
|
||||||
* @param inputStream input stream
|
* @param inputStream input stream
|
||||||
* @param maxIterations max iterations before abort
|
* @param maxIterations max iterations before abort
|
||||||
|
|
Loading…
Reference in a new issue