|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.util.keystore.PublicKeyRecord
public final class PublicKeyRecord
Represents a public key container for encrypting communications and data.
Constructor Summary | |
---|---|
PublicKeyRecord(java.security.PublicKey key)
Creates a new instance. |
|
PublicKeyRecord(java.security.PublicKey key,
java.util.Date creationDate)
Creates a new instance. |
Method Summary | |
---|---|
java.util.Date |
getCreationDate()
Gets creation date. |
java.security.PublicKey |
getKey()
Gets public key. |
void |
setCreationDate(java.util.Date value)
Sets creation date. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublicKeyRecord(java.security.PublicKey key, java.util.Date creationDate)
key
- a keycreationDate
- record creation datepublic PublicKeyRecord(java.security.PublicKey key)
key
- a keyMethod Detail |
---|
public java.security.PublicKey getKey()
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date value)
value
- record creation date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |