org.bouncycastle.bcpg

Class PublicKeyEncSessionPacket

public class PublicKeyEncSessionPacket extends ContainedPacket implements PublicKeyAlgorithmTags

basic packet for a PGP public key
Constructor Summary
PublicKeyEncSessionPacket(long keyID, int algorithm, BigInteger[] data)
Method Summary
voidencode(BCPGOutputStream out)
intgetAlgorithm()
BigInteger[]getEncSessionKey()
longgetKeyID()
intgetVersion()

Constructor Detail

PublicKeyEncSessionPacket

public PublicKeyEncSessionPacket(long keyID, int algorithm, BigInteger[] data)

Method Detail

encode

public void encode(BCPGOutputStream out)

getAlgorithm

public int getAlgorithm()

getEncSessionKey

public BigInteger[] getEncSessionKey()

getKeyID

public long getKeyID()

getVersion

public int getVersion()