gnu.crypto.keyring
Class PublicKeyEntry
public final class PublicKeyEntry
static PublicKeyEntry | decode(DataInputStream in)
|
protected void | encodePayload() - This method is called of subclasses when the payload data needs to be
created.
|
PublicKey | getKey() - Returns the public key.
|
TYPE
public static final int TYPE
PublicKeyEntry
public PublicKeyEntry(PublicKey key,
Date creationDate,
Properties properties)
decode
public static PublicKeyEntry decode(DataInputStream in)
throws IOException
encodePayload
protected void encodePayload()
throws IOException
This method is called of subclasses when the payload data needs to be
created.
- encodePayload in interface Entry
getKey
public PublicKey getKey()
Returns the public key.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.