Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.operator
Interface PGPKeyEncryptionMethodGenerator

All Known Implementing Classes:
PBEKeyEncryptionMethodGenerator, PublicKeyKeyEncryptionMethodGenerator

public interface PGPKeyEncryptionMethodGenerator

An encryption method that can be applied to encrypt data in a PGPEncryptedDataGenerator.


Method Summary
 ContainedPacket generate(PGPDataEncryptorBuilder dataEncryptorBuilder, byte[] sessionKey)
           
 

Method Detail

generate

public ContainedPacket generate(PGPDataEncryptorBuilder dataEncryptorBuilder,
                                byte[] sessionKey)
                         throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.81