gnu.crypto.keyring
Class PrimitiveEntry
java.lang.Object
gnu.crypto.keyring.Entry
gnu.crypto.keyring.PrimitiveEntry
- Direct Known Subclasses:
- BinaryDataEntry, CertificateEntry, CertPathEntry, PrivateKeyEntry, PublicKeyEntry
- public abstract class PrimitiveEntry
- extends Entry
A primitive entry is an entry that contains a single cryptographic entity.
Field Summary |
protected java.util.Date |
creationDate
The creation date. |
Method Summary |
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getAlias()
Returns the alias of this primitive entry. |
java.util.Date |
getCreationDate()
Returns the creation date of this primitive entry. |
protected void |
makeCreationDate()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
creationDate
protected java.util.Date creationDate
- The creation date.
PrimitiveEntry
protected PrimitiveEntry(int type,
java.util.Date creationDate,
Properties properties)
PrimitiveEntry
protected PrimitiveEntry()
getAlias
public java.lang.String getAlias()
- Returns the alias of this primitive entry.
- Returns:
- The alias.
getCreationDate
public java.util.Date getCreationDate()
- Returns the creation date of this primitive entry.
- Returns:
- The creation date.
equals
public boolean equals(java.lang.Object object)
makeCreationDate
protected final void makeCreationDate()
throws MalformedKeyringException
- Throws:
MalformedKeyringException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.