gnu.crypto.keyring

Class PrimitiveEntry

public abstract class PrimitiveEntry extends Entry

A primitive entry is an entry that contains a single cryptographic entity.
Field Summary
protected DatecreationDate
The creation date.
Constructor Summary
protected PrimitiveEntry(int type, Date creationDate, Properties properties)
protected PrimitiveEntry(int type)
Method Summary
booleanequals(Object object)
StringgetAlias()
Returns the alias of this primitive entry.
DategetCreationDate()
Returns the creation date of this primitive entry.
protected voidmakeCreationDate()

Field Detail

creationDate

protected Date creationDate
The creation date.

Constructor Detail

PrimitiveEntry

protected PrimitiveEntry(int type, Date creationDate, Properties properties)

PrimitiveEntry

protected PrimitiveEntry(int type)

Method Detail

equals

public boolean equals(Object object)

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.

makeCreationDate

protected final void makeCreationDate()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.