updated implementations to the latest docs

This commit is contained in:
Mikhail Yankelevich 2026-01-19 10:22:20 +00:00
parent 940ec5078c
commit aebf247cf3
5 changed files with 10 additions and 10 deletions

View File

@ -415,8 +415,8 @@ abstract sealed class KeychainStore extends KeyStoreSpi {
}
/**
* 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
*

View File

@ -223,8 +223,8 @@ public final class JceKeyStore extends KeyStoreSpi {
}
/**
* 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
*

View File

@ -551,8 +551,8 @@ public final class PKCS12KeyStore extends KeyStoreSpi {
}
/**
* 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
*

View File

@ -220,8 +220,8 @@ abstract class DomainKeyStore extends KeyStoreSpi {
}
/**
* 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
*

View File

@ -245,8 +245,8 @@ public abstract sealed class JavaKeyStore extends KeyStoreSpi {
/**
* 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
*