org.bouncycastle.bcpg
public class PublicKeyEncSessionPacket extends ContainedPacket implements PublicKeyAlgorithmTags
Constructor Summary | |
---|---|
PublicKeyEncSessionPacket(long keyID, int algorithm, BigInteger[] data) |
Method Summary | |
---|---|
void | encode(BCPGOutputStream out) |
int | getAlgorithm() |
BigInteger[] | getEncSessionKey() |
long | getKeyID() |
int | getVersion() |