|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A decryptor that wraps a stream of PGP encrypted data to decrypt, and optionally integrity check, the data.
Method Summary | |
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. |
Method Detail |
public java.io.InputStream getInputStream(java.io.InputStream in)
in
- the encrypted data.
public int getBlockSize()
public PGPDigestCalculator getIntegrityCalculator()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |