|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.openpgp.operator.PGPKeyEncryptionMethodGenerator
org.bouncycastle.openpgp.operator.PublicKeyKeyEncryptionMethodGenerator
public abstract class PublicKeyKeyEncryptionMethodGenerator
| Constructor Summary | |
|---|---|
protected |
PublicKeyKeyEncryptionMethodGenerator(PGPPublicKey pubKey)
|
| Method Summary | |
|---|---|
protected abstract byte[] |
encryptSessionInfo(PGPPublicKey pubKey,
byte[] sessionInfo)
|
ContainedPacket |
generate(int encAlgorithm,
byte[] sessionInfo)
|
byte[][] |
processSessionInfo(byte[] encryptedSessionInfo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PublicKeyKeyEncryptionMethodGenerator(PGPPublicKey pubKey)
| Method Detail |
|---|
public byte[][] processSessionInfo(byte[] encryptedSessionInfo)
throws PGPException
PGPException
public ContainedPacket generate(int encAlgorithm,
byte[] sessionInfo)
throws PGPException
generate in class PGPKeyEncryptionMethodGeneratorPGPException
protected abstract byte[] encryptSessionInfo(PGPPublicKey pubKey,
byte[] sessionInfo)
throws PGPException
PGPException
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||