|
For the latest news and information visit The GNU Crypto project | ||
| Prev Class | Next Class | Frames | No Frames | |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr | |
java.lang.Objectgnu.crypto.keyring.Entrygnu.crypto.keyring.PrimitiveEntrygnu.crypto.keyring.PublicKeyEntrypublic final class PublicKeyEntryextends PrimitiveEntryField Summary | |
static int | |
Fields inherited from class gnu.crypto.keyring.PrimitiveEntry | |
creationDate | |
Fields inherited from class gnu.crypto.keyring.Entry | |
payload, properties, type | |
Constructor Summary | |
| |
Method Summary | |
static PublicKeyEntry |
|
protected void | |
PublicKey |
|
Methods inherited from class gnu.crypto.keyring.PrimitiveEntry | |
equals, getAlias, getCreationDate, makeCreationDate | |
Methods inherited from class gnu.crypto.keyring.Entry | |
defaultDecode, encode, encodePayload, getPayload, getProperties | |
protected void encodePayload()
throws IOException
- Overrides:
- encodePayload in interface Entry
public PublicKey getKey()
Returns the public key.
- Returns:
- The public key.