gnu.crypto.keyring
public final class PublicKeyEntry extends PrimitiveEntry
| Field Summary | |
|---|---|
| static int | TYPE |
| Constructor Summary | |
|---|---|
| PublicKeyEntry(PublicKey key, Date creationDate, Properties properties) | |
| Method Summary | |
|---|---|
| static PublicKeyEntry | decode(DataInputStream in) |
| protected void | encodePayload() |
| PublicKey | getKey()
Returns the public key.
|
Returns: The public key.