Class DecryptionStream
java.lang.Object
java.io.InputStream
org.pgpainless.decryption_verification.CloseForResultInputStream
org.pgpainless.decryption_verification.DecryptionStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Decryption Stream that handles updating and verification of detached signatures,
as well as verification of integrity-protected input streams once the stream gets closed.
-
Field Summary
Fields inherited from class org.pgpainless.decryption_verification.CloseForResultInputStream
resultBuilder -
Method Summary
Methods inherited from class org.pgpainless.decryption_verification.CloseForResultInputStream
getResultMethods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classCloseForResultInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-