mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Sean's comments
This commit is contained in:
parent
a7fd46782a
commit
940ec5078c
@ -1206,13 +1206,13 @@ public class KeyStore {
|
||||
|
||||
|
||||
/**
|
||||
* Returns the creation {@code Instant} value
|
||||
* of the entry identified by the given alias.
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
*
|
||||
* @param alias the alias name
|
||||
*
|
||||
* @return the creation instant of this entry, or {@code null} if the given
|
||||
* alias does not exist
|
||||
* @return the instant that the entry identified by the given alias
|
||||
* was created, or {@code null} if the given alias does not exist.
|
||||
*
|
||||
* @throws KeyStoreException if the keystore has not been initialized
|
||||
* (loaded).
|
||||
|
||||
@ -129,8 +129,10 @@ public abstract class KeyStoreSpi {
|
||||
public abstract Date engineGetCreationDate(String alias);
|
||||
|
||||
/**
|
||||
* Returns the creation {@code Instant} value
|
||||
* of the entry identified by the given alias.
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
* <p>
|
||||
* Subclasses should override this method to directly return an instant.
|
||||
*
|
||||
* @implSpec
|
||||
* The default implementation calls {@code engineGetCreationDate(alias)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user