Re: RFR: 8296736: Some PKCS9Attribute can be created but cannot be encoded [v3]

2022-11-14 Thread Valerie Peng
On Mon, 14 Nov 2022 22:19:32 GMT, Weijun Wang wrote: >> One `PKCS9Attribute` can be created but cannot be encoded. Since the >> `SigningCertificateInfo::parse` method has not fully parsed the data >> (`PolicyInformation` is left out), this code change add the encoding itself >> as a field to t

Re: RFR: 8296736: Some PKCS9Attribute can be created but cannot be encoded [v3]

2022-11-14 Thread Weijun Wang
> One `PKCS9Attribute` can be created but cannot be encoded. Since the > `SigningCertificateInfo::parse` method has not fully parsed the data > (`PolicyInformation` is left out), this code change add the encoding itself > as a field to the `SigningCertificateInfo` class so we can encode it. > >