mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
Add documentation to OpenPgpInputStream
This commit is contained in:
parent
db7e1ce942
commit
1c3cc19ff7
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ import org.pgpainless.algorithm.SignatureType;
|
|||
import org.pgpainless.algorithm.StreamEncoding;
|
||||
import org.pgpainless.algorithm.SymmetricKeyAlgorithm;
|
||||
|
||||
/**
|
||||
* InputStream used to determine the nature of potential OpenPGP data.
|
||||
*/
|
||||
public class OpenPgpInputStream extends BufferedInputStream {
|
||||
|
||||
@SuppressWarnings("CharsetObjectCanBeUsed")
|
||||
|
|
Loading…
Reference in a new issue