RFR: 8374808: Add new methods to KeyStore and KeyStoreSpi that return the creation date as an Instant instead of Date [v6]
Mikhail Yankelevich
myankelevich at openjdk.org
Thu Jan 22 13:12:32 UTC 2026
On Wed, 21 Jan 2026 05:58:17 GMT, Sibabrata Sahoo <ssahoo at openjdk.org> wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Doc changes
>
> src/java.base/share/classes/com/sun/crypto/provider/JceKeyStore.java line 240:
>
>> 238:
>> 239: if (entry != null) {
>> 240: if (entry instanceof TrustedCertEntry) {
>
> instanceof pattern matching can be used.
Not sure if it is useful here to be honest, but updated anyway
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29140#discussion_r2716850587
More information about the security-dev
mailing list