|
For the latest news and information visit The GNU Crypto project |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object extended bygnu.crypto.keyring.Entry extended bygnu.crypto.keyring.PrimitiveEntry
A primitive entry is an entry that contains a single cryptographic entity.
| Field Summary | |
protected java.util.Date |
creationDate
The creation date. |
| Fields inherited from class gnu.crypto.keyring.Entry |
payload, properties, type |
| Constructor Summary | |
protected |
PrimitiveEntry()
|
protected |
PrimitiveEntry(int type,
java.util.Date creationDate,
Properties properties)
|
| 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 gnu.crypto.keyring.Entry |
defaultDecode, encode, encodePayload, getPayload, getProperties |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Date creationDate
| Constructor Detail |
protected PrimitiveEntry(int type, java.util.Date creationDate, Properties properties)
protected PrimitiveEntry()
| Method Detail |
public java.lang.String getAlias()
public java.util.Date getCreationDate()
public boolean equals(java.lang.Object object)
protected final void makeCreationDate() throws MalformedKeyringException
MalformedKeyringException
|
For the latest news and information visit The GNU Crypto project |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||