|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.util.keystore.PublicKeyRecord
public class PublicKeyRecord
Represents a public key container for encrypting communications and data.
Constructor Summary | |
---|---|
PublicKeyRecord()
|
|
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. |
void |
setKey(java.security.PublicKey value)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, 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 keypublic PublicKeyRecord()
Method Detail |
---|
public java.security.PublicKey getKey()
public void setKey(java.security.PublicKey value)
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date value)
value
- record creation datepublic java.lang.String toString()
toString
in class java.lang.Object
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |