org.bouncycastle.bcpg
public class PublicKeyPacket extends ContainedPacket implements PublicKeyAlgorithmTags
| Constructor Summary | |
|---|---|
| PublicKeyPacket(int algorithm, Date time, BCPGKey key)
Construct version 4 public key packet.
| |
| Method Summary | |
|---|---|
| void | encode(BCPGOutputStream out) |
| int | getAlgorithm() |
| byte[] | getEncodedContents() |
| BCPGKey | getKey() |
| Date | getTime() |
| int | getValidDays() |
| int | getVersion() |
Parameters: algorithm time key