1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00
This commit is contained in:
Paul Schaub 2025-05-08 13:53:00 +02:00
parent 8cb94a8924
commit 3a0ee1c101
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -326,7 +326,7 @@ public class OpenPgpInputStream extends BufferedInputStream {
* Returns true, if the underlying data is very likely (more than 99,9%) an OpenPGP message. * Returns true, if the underlying data is very likely (more than 99,9%) an OpenPGP message.
* OpenPGP Message means here that it starts with either an {@link PGPEncryptedData}, * OpenPGP Message means here that it starts with either an {@link PGPEncryptedData},
* {@link PGPCompressedData}, {@link PGPOnePassSignature} or {@link PGPLiteralData} packet. * {@link PGPCompressedData}, {@link PGPOnePassSignature} or {@link PGPLiteralData} packet.
* The plausability of these data packets is checked as far as possible. * The plausibility of these data packets is checked as far as possible.
* *
* @return true if likely OpenPGP message * @return true if likely OpenPGP message
*/ */