On Tue, 25 Oct 2022 14:34:26 GMT, Weijun Wang <wei...@openjdk.org> wrote:

>> Code was modified to use the X509Certificate API (rather than X509CertImpl) 
>> 
>> it's using the X500Principal#getName() call now. Would it be better to use 
>> X500Principal#toString() ?
>
> If you are only writing there and not parsing the string, then I assume 
> either is OK. Still, less change is better.

fair point. I updated patch to use X500Principal#toString()

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

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

Reply via email to