DerData
Base class for DER encoded data.
Gets a value indicating whether end of data is reached.
public DerData()
Initializes a new instance of the DerData class.
Initializes a new instance of the DerData class.
Encodes written data as DER byte array.
Reads next mpint data type from internal buffer.
Reads next int data type from internal buffer.
Writes BOOLEAN data into internal buffer.
Writes UInt32 data into internal buffer.
Writes INTEGER data into internal buffer.
Writes OCTETSTRING data into internal buffer.
Writes OBJECTIDENTIFIER data into internal buffer.
Writes DerData data into internal buffer.
Writes NULL data into internal buffer.