gnu.crypto.keyring
public abstract class PrimitiveEntry extends Entry
| Field Summary | |
|---|---|
| protected Date | creationDate The creation date. |
| Constructor Summary | |
|---|---|
| protected | PrimitiveEntry(int type, Date creationDate, Properties properties) |
| protected | PrimitiveEntry(int type) |
| Method Summary | |
|---|---|
| boolean | equals(Object object) |
| String | getAlias()
Returns the alias of this primitive entry.
|
| Date | getCreationDate()
Returns the creation date of this primitive entry.
|
| protected void | makeCreationDate() |
Returns: The alias.
Returns: The creation date.