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.
creationDate
protected Date creationDate
- The creation date.
PrimitiveEntry
protected PrimitiveEntry(int type,
Date creationDate,
Properties properties)
PrimitiveEntry
protected PrimitiveEntry(int type)
getAlias
public String getAlias()
- Returns the alias of this primitive entry.
- Returns:
- The alias.
getCreationDate
public Date getCreationDate()
- Returns the creation date of this primitive entry.
- Returns:
- The creation date.
equals
public boolean equals(Object object)
makeCreationDate
protected final void makeCreationDate()
throws MalformedKeyringException
- Throws:
MalformedKeyringException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.