public interface PGPDataDecryptor
Modifier and Type | Method | Description |
---|---|---|
int |
getBlockSize() |
Obtains the block size of the encryption algorithm used in this decryptor.
|
java.io.InputStream |
getInputStream(java.io.InputStream in) |
Wraps an encrypted data stream with a stream that will return the decrypted data.
|
PGPDigestCalculator |
getIntegrityCalculator() |
Obtains the digest calculator used to verify the integrity check.
|
java.io.InputStream getInputStream(java.io.InputStream in)
in
- the encrypted data.int getBlockSize()
PGPDigestCalculator getIntegrityCalculator()