gnu.crypto.keyring
Class PublicKeyEntry
java.lang.Object
gnu.crypto.keyring.Entry
gnu.crypto.keyring.PrimitiveEntry
gnu.crypto.keyring.PublicKeyEntry
- public final class PublicKeyEntry
- extends PrimitiveEntry
Field Summary |
static int |
TYPE
|
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
PublicKeyEntry
public PublicKeyEntry(PublicKey key,
Date creationDate,
Properties properties)
decode
public static PublicKeyEntry decode(DataInputStream in)
throws IOException
- Throws:
IOException
getKey
public PublicKey getKey()
- Returns the public key.
- Returns:
- The public key.
encodePayload
protected void encodePayload()
throws IOException
- Description copied from class:
Entry
- This method is called of subclasses when the payload data needs to be
created.
- Specified by:
encodePayload
in class Entry
- Throws:
IOException
- If an encoding error occurs.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.