KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > Timestamp

java.security
Class Timestamp

java.lang.Object
  extended by java.security.Timestamp
All Implemented Interfaces:
Serializable
See Also:
Source Code

public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertPath getSignerCertPath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Date getTimestamp()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Timestamp(Date timestamp,
                 CertPath signerCertPath)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags