> The argument of the `CertAttrSet::encode` interface method is modified from
> `OutputStream` to `DerOutputStream`. All its implementations are modified the
> same way.
>
> `OutputStream` is still used by
> `sun.security.x509.Extension::encode(OutputStream os)` because it's inherited
> from `
The argument of the `CertAttrSet::encode` interface method is modified from
`OutputStream` to `DerOutputStream`. All its implementations are modified the
same way.
`OutputStream` is still used by
`sun.security.x509.Extension::encode(OutputStream os)` because it's inherited
from `java.security.