Hi, JDK-8157707 [1] deprecated the java.security.Certificate API. In a comment in that issue, Sean writes:
As part of this change, the internal classes > sun.security.x509.CertException and sun.security.x509.CertParseError should > be marked for removal (they are already deprecated) and removed when > java.security.Certificate is removed. I see that neither sun.security.x509.CertException nor sun.security.x509.CertParseError are marked forRemoval today. Was this an oversight? Should we fix it? Would be strange to remove java.security.Certificate but leave these two, right? I'm happy to do a PR and also CSR if that's required for these internal classes. Thanks, Eirik. [1] https://bugs.openjdk.org/browse/JDK-8157707