Interface PGPKeyEncryptionMethodGenerator
- All Known Implementing Classes:
BcPBEKeyEncryptionMethodGenerator,BcPublicKeyKeyEncryptionMethodGenerator,JcePBEKeyEncryptionMethodGenerator,JcePublicKeyKeyEncryptionMethodGenerator,PBEKeyEncryptionMethodGenerator,PublicKeyKeyEncryptionMethodGenerator
public interface PGPKeyEncryptionMethodGenerator
An encryption method that can be applied to encrypt data in a
PGPEncryptedDataGenerator.-
Method Summary
Modifier and TypeMethodDescriptiongenerate(PGPDataEncryptorBuilder dataEncryptorBuilder, byte[] sessionKey)
-
Method Details
-
generate
ContainedPacket generate(PGPDataEncryptorBuilder dataEncryptorBuilder, byte[] sessionKey) throws PGPException - Throws:
PGPException
-