On Thu, 10 Nov 2022 20:51:40 GMT, Weijun Wang wrote:
>> - All `CertAttrSet` child classes now implement `DerEncoder`
>> - `DerEncoder::derEncode` is renamed to `DerEncoder::encode`, and duplicate
>> methods are removed
>> - `s.s.x.Extension` now implements `DerEncoder`, so its child classes no
> - All `CertAttrSet` child classes now implement `DerEncoder`
> - `DerEncoder::derEncode` is renamed to `DerEncoder::encode`, and duplicate
> methods are removed
> - `s.s.x.Extension` now implements `DerEncoder`, so its child classes no need
> to implement it
> - `X509CertImpl::encode(OutputStre
On Thu, 10 Nov 2022 20:24:31 GMT, Sean Mullan wrote:
>> - All `CertAttrSet` child classes now implement `DerEncoder`
>> - `DerEncoder::derEncode` is renamed to `DerEncoder::encode`, and duplicate
>> methods are removed
>> - `s.s.x.Extension` now implements `DerEncoder`, so its child classes no
On Tue, 8 Nov 2022 22:42:05 GMT, Weijun Wang wrote:
> - All `CertAttrSet` child classes now implement `DerEncoder`
> - `DerEncoder::derEncode` is renamed to `DerEncoder::encode`, and duplicate
> methods are removed
> - `s.s.x.Extension` now implements `DerEncoder`, so its child classes no need
- All `CertAttrSet` child classes now implement `DerEncoder`
- `DerEncoder::derEncode` is renamed to `DerEncoder::encode`, and duplicate
methods are removed
- `s.s.x.Extension` now implements `DerEncoder`, so its child classes no need
to implement it
- `X509CertImpl::encode(OutputStream out)` rem