public abstract class PGPKeyEncryptionMethodGenerator
extends java.lang.Object
PGPEncryptedDataGenerator
.Constructor and Description |
---|
PGPKeyEncryptionMethodGenerator() |
Modifier and Type | Method and Description |
---|---|
abstract ContainedPacket |
generate(int encAlgorithm,
byte[] sessionInfo) |
abstract ContainedPacket |
generateV5(int encAlgorithm,
int aeadAlgorithm,
byte[] sessionInfo) |
abstract ContainedPacket |
generateV6(int encAlgorithm,
int aeadAlgorithm,
byte[] sessionInfo) |
public abstract ContainedPacket generate(int encAlgorithm, byte[] sessionInfo) throws PGPException
PGPException
public abstract ContainedPacket generateV5(int encAlgorithm, int aeadAlgorithm, byte[] sessionInfo) throws PGPException
PGPException
public abstract ContainedPacket generateV6(int encAlgorithm, int aeadAlgorithm, byte[] sessionInfo) throws PGPException
PGPException