mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
Doc changes
This commit is contained in:
parent
aebf247cf3
commit
a01ca622e5
@ -415,13 +415,13 @@ abstract sealed class KeychainStore extends KeyStoreSpi {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
* 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 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
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
|
||||
@ -223,13 +223,13 @@ public final class JceKeyStore extends KeyStoreSpi {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
* 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 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
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
|
||||
@ -1206,16 +1206,16 @@ public class KeyStore {
|
||||
|
||||
|
||||
/**
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
* Returns the instant that the entry identified by the given alias was
|
||||
* created.
|
||||
*
|
||||
* @param alias the alias name
|
||||
*
|
||||
* @return the instant that the entry identified by the given alias
|
||||
* was created, or {@code null} if the given alias does not exist.
|
||||
* was created, or {@code null} if the given alias does not exist
|
||||
*
|
||||
* @throws KeyStoreException if the keystore has not been initialized
|
||||
* (loaded).
|
||||
* @throws KeyStoreException if the keystore has not been initialized
|
||||
* (loaded)
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
|
||||
@ -129,8 +129,8 @@ public abstract class KeyStoreSpi {
|
||||
public abstract Date engineGetCreationDate(String alias);
|
||||
|
||||
/**
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
* Returns the instant that the entry identified by the given alias was
|
||||
* created.
|
||||
* <p>
|
||||
* Subclasses should override this method to directly return an instant.
|
||||
*
|
||||
@ -140,8 +140,8 @@ public abstract class KeyStoreSpi {
|
||||
*
|
||||
* @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
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
|
||||
@ -551,13 +551,13 @@ public final class PKCS12KeyStore extends KeyStoreSpi {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
* Returns the instant that the entry identified by the given alias was
|
||||
* created.
|
||||
*
|
||||
* @param alias the alias name
|
||||
*
|
||||
* @return the creation date of this entry, or 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
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
|
||||
@ -220,13 +220,13 @@ abstract class DomainKeyStore extends KeyStoreSpi {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
* 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 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
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
|
||||
@ -245,13 +245,13 @@ public abstract sealed class JavaKeyStore extends KeyStoreSpi {
|
||||
|
||||
|
||||
/**
|
||||
* Returns the instant that the entry identified
|
||||
* by the given alias was created.
|
||||
* 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 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
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user