Skip navigation links
Bouncy Castle Cryptography 1.70
org.bouncycastle.openpgp

Class PGPCanonicalizedDataGenerator

A PGPCanonicalizedDataGenerator is usually used to wrap the OutputStream obtained from a PGPEncryptedDataGenerator or a PGPCompressedDataGenerator.

Once literal data has been written to the constructed OutputStream, writing of the object stream is completed by closing the OutputStream obtained from the open() method, or equivalently invoking close() on this generator.

Skip navigation links
Bouncy Castle Cryptography 1.70