コード例 #1
0
 /**
  * Gets entry creation date for the specified alias.
  *
  * @param alias the alias name
  * @returns the entry creation date or null
  */
 public final Date getCreationDate(String alias) throws KeyStoreException {
   return keyStoreSpi.engineGetCreationDate(alias);
 }