|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A data encryptor, combining a cipher instance and an optional integrity check calculator.
PGPDataEncryptor
instances are generally not constructed directly, but obtained from a
PGPDataEncryptorBuilder
.
Method Summary | |
int |
getBlockSize()
Gets the block size of the underlying cipher used by this encryptor. |
PGPDigestCalculator |
getIntegrityCalculator()
Obtains the integrity check calculator configured for this encryptor instance. |
java.io.OutputStream |
getOutputStream(java.io.OutputStream out)
Constructs an encrypting output stream that encrypts data using the underlying cipher of this encryptor. |
Method Detail |
public java.io.OutputStream getOutputStream(java.io.OutputStream out)
The cipher instance in this encryptor is used for all output streams obtained from this method, so it should only be invoked once.
out
- the stream to wrap and write encrypted data to.
public PGPDigestCalculator getIntegrityCalculator()
public int getBlockSize()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |