RFR: 8374808: Add new methods to KeyStore and KeyStoreSpi that return the creation date as an Instant instead of Date [v8]
Mikhail Yankelevich
myankelevich at openjdk.org
Mon Feb 9 21:28:34 UTC 2026
On Thu, 5 Feb 2026 19:00:12 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one additional commit since the last revision:
>>
>> patter matching comment
>
> src/java.base/macosx/classes/apple/security/KeychainStore.java line 411:
>
>> 409: public Date engineGetCreationDate(String alias) {
>> 410: final Instant instant = this.engineGetCreationInstant(alias);
>> 411: if (instant == null){
>
> Add a space between `null)` and `{`.
>
> Same in `JceKeyStore` and `PKCS12KeyStore`.
Fixed in the next commit
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29140#discussion_r2775016068
More information about the security-dev
mailing list