On Tue, 20 Jan 2026 16:48:15 GMT, Mikhail Yankelevich 
<[email protected]> wrote:

>> Hi!
>> 
>> This is my proposal to transfer `KeyStore` and `KeyStoreSpi` with internal 
>> implementations to use `Instance`s instead of `Date`s. 
>> I would be very grateful for your comments and suggestions.
>> 
>> Thanks!
>> 
>> P.S. this is related to 
>> [JDK-8350953](https://bugs.openjdk.org/browse/JDK-8350953)
>
> 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.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29140#discussion_r2711082944

Reply via email to