1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-26 01:29:33 +02:00

Update comment of KeyRingReader.publicKeyRingCollection()

This commit is contained in:
Paul Schaub 2023-07-07 10:47:02 +02:00
parent d707ecd20e
commit 50bbdddc73
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -270,6 +270,7 @@ public class KeyRingReader {
* Read a public key ring collection from the provided {@link InputStream}.
* If more than maxIterations PGP packets are encountered before the stream is exhausted,
* 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 maxIterations max iterations before abort