DerEncoder

Interface to an object that knows how to write its own DER encoding to an output stream.

@author D. N. Hoover

interface DerEncoder {}

Members

Functions

derEncode
void derEncode(OutputStream ot)

DER encode this object and write the results to a stream.

Meta