gnu.crypto.keyring
Class PrivateKeyEntry
java.lang.Object
gnu.crypto.keyring.Entry
gnu.crypto.keyring.PrimitiveEntry
gnu.crypto.keyring.PrivateKeyEntry
- public final class PrivateKeyEntry
- extends PrimitiveEntry
An immutable class representing a private or secret key entry.
- Version:
- $Revision: 1.7 $
Field Summary |
static int |
TYPE
|
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
PrivateKeyEntry
public PrivateKeyEntry(Key key,
Date creationDate,
Properties properties)
Creates a new key entry.
- Parameters:
key
- The key.creationDate
- The entry creation date.properties
- The entry properties.
- Throws:
IllegalArgumentException
- If any parameter is null.
decode
public static PrivateKeyEntry decode(DataInputStream in)
throws IOException
- Throws:
IOException
getKey
public Key getKey()
Returns this entry's key.
- Returns:
- The 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.