mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
updated implementations to the latest docs
This commit is contained in:
parent
940ec5078c
commit
aebf247cf3
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user