The DerData type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Encode |
Encodes written data as DER byte array.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ReadBigInteger |
Reads next mpint data type from internal buffer.
| |
| ReadInteger |
Reads next int data type from internal buffer.
| |
| (Inherited from | ||
| Write(Boolean) |
Writes BOOLEAN data into internal buffer.
| |
| Write( Byte ) |
Writes OCTETSTRING data into internal buffer.
| |
| Write(UInt32) |
Writes UInt32 data into internal buffer.
| |
| Write(BigInteger) |
Writes INTEGER data into internal buffer.
| |
| Write(DerData) |
Writes DerData data into internal buffer.
| |
| Write(ObjectIdentifier) |
Writes OBJECTIDENTIFIER data into internal buffer.
| |
| WriteNull |
Writes NULL data into internal buffer.
|
See Also