On Tue, 25 Oct 2022 14:56:15 GMT, Sean Coffey <coff...@openjdk.org> wrote:

>> By moving the JFR event up to the java.security.cert.CertificateFactory 
>> class, we can record all generate cert events, including those from 3rd 
>> party providers. I've also altered the logic so that an event is genertate 
>> for every generate cert call (not just ones missing from the JDK provider 
>> implementation cache)
>> 
>> test case also updated to capture new logic
>
> Sean Coffey has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Use X500Principal#toString()

If this event is mainly for public access through the `CertificateFactory` API, 
then there is no need to care about internal creation of `X509CertImpl` 
directly.

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

PR: https://git.openjdk.org/jdk/pull/10422

Reply via email to