CertificateExtensions.encode

Encode the extensions in DER form to the stream.

@param stream the DerOutputStream to marshal the contents to. @param isCertReq if true then no context specific tag is added. @exception CertificateException on encoding errors. @exception IOException on errors.

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

Meta