DerOutputStream.write

Writes tagged data using buffer-to-buffer copy. As above, this writes a standard DER record. This is often used when efficiently encapsulating values in sequences.

@param tag the DER value tag for the data, such as <em>DerValue.tag_Sequence</em> @param ot buffered data

  1. alias write = ByteArrayOutputStream.write
  2. void write(byte tag, byte[] buf)
  3. void write(byte tag, DerOutputStream ot)
    class DerOutputStream
    void
    write

Meta