On Tue, 8 Nov 2022 22:42:05 GMT, Weijun Wang <wei...@openjdk.org> 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 > to implement it > - `X509CertImpl::encode(OutputStream out)` removed, used nowhere This pull request has now been integrated. Changeset: 27527b49 Author: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/27527b49752110fcfca285a1b6dd995d5d103fe5 Stats: 214 lines in 52 files changed: 11 ins; 134 del; 69 mod 8296612: CertAttrSet is useless Reviewed-by: mullan ------------- PR: https://git.openjdk.org/jdk/pull/11048