CertificateExtensions.encode

Encode the extensions in DER form to the stream, setting the context specific tag as needed in the X.509 v3 certificate.

@param stream the DerOutputStream to marshal the contents to. @exception CertificateException on encoding errors. @exception IOException on errors.

  1. void encode(OutputStream stream)
    class CertificateExtensions
    void
    encode
    (
    OutputStream stream
    )
  2. void encode(OutputStream stream, bool isCertReq)

Meta