Bouncy Castle Cryptography Library 1.47

org.bouncycastle.openpgp.operator
Class PGPKeyEncryptionMethodGenerator

java.lang.Object
  extended by org.bouncycastle.openpgp.operator.PGPKeyEncryptionMethodGenerator
Direct Known Subclasses:
PBEKeyEncryptionMethodGenerator, PublicKeyKeyEncryptionMethodGenerator

public abstract class PGPKeyEncryptionMethodGenerator
extends java.lang.Object


Constructor Summary
PGPKeyEncryptionMethodGenerator()
           
 
Method Summary
abstract  ContainedPacket generate(int encAlgorithm, byte[] sessionInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPKeyEncryptionMethodGenerator

public PGPKeyEncryptionMethodGenerator()
Method Detail

generate

public abstract ContainedPacket generate(int encAlgorithm,
                                         byte[] sessionInfo)
                                  throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.47