public interface PGPDataDecryptor
Modifier and Type | Method and Description |
---|---|
int |
getBlockSize()
Obtains the block size of the encryption algorithm used in this decryptor.
|
InputStream |
getInputStream(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.
|
InputStream getInputStream(InputStream in)
in
- the encrypted data.int getBlockSize()
PGPDigestCalculator getIntegrityCalculator()
Copyright © 2018 BouncyCastle.org. All rights reserved.