Introducing Instant returning methods in the public api to similar to X509Certificate: * X509CRL: getThisUpdate, getNextUpdate * X509CRLEntry: getRevocationDate
Please note, this pr only changes public api with internals changed as a separate pr due to overlap with other implementations in the queue for a `Date` to `Instant` change --------- - [X] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - JDK-8377980: Add methods returning Instant instead of Date to X509CRL and X509CRLEntry Changes: https://git.openjdk.org/jdk/pull/31700/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31700&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8377980 Stats: 295 lines in 3 files changed: 294 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31700.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31700/head:pull/31700 PR: https://git.openjdk.org/jdk/pull/31700
