Doc changes

This commit is contained in:
Mikhail Yankelevich 2026-01-20 16:41:44 +00:00
parent aebf247cf3
commit a01ca622e5
7 changed files with 29 additions and 29 deletions

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/