gnu.crypto.keyring
Class PrimitiveEntry
public abstract class PrimitiveEntry
A primitive entry is an entry that contains a single cryptographic entity.
creationDate
protected Date creationDate
The creation date.
PrimitiveEntry
protected PrimitiveEntry(int type)
PrimitiveEntry
protected PrimitiveEntry(int type,
Date creationDate,
Properties properties)
equals
public boolean equals(Object object)
getAlias
public String getAlias()
Returns the alias of this primitive entry.
getCreationDate
public Date getCreationDate()
Returns the creation date of this primitive entry.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.