On Fri, 18 Nov 2022 01:43:00 GMT, Weijun Wang <wei...@openjdk.org> wrote:

>> Instead if creating an "unsigned" `X509CertImpl` with only an `X509CertInfo` 
>> inside, a new static method `signNew` is introduced to create a newly signed 
>> certificate from an `X509CertInfo` object and a `PrivateKey`. Thus make sure 
>> an `X509CertImpl` is always signed and there is no read to keep its 
>> `readOnly` flag.
>> 
>> The same for `X509CRLImpl`. A new inner class `TBSCertList` is added which 
>> is equivalent to `X509CertInfo` inside `X509CertImpl`.
>
> Weijun Wang has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   rename

I chose `newSigned`. Same method name for both certificate and CRL.

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

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

Reply via email to