메소드 | 설명 | |
---|---|---|
DerData ( ) : System |
Initializes a new instance of the DerData class.
|
|
DerData ( byte data ) : System |
Initializes a new instance of the DerData class.
|
|
Encode ( ) : byte[] |
Encodes written data as DER byte array.
|
|
ReadBigInteger ( ) : BigInteger |
Reads next mpint data type from internal buffer.
|
|
ReadInteger ( ) : int |
Reads next int data type from internal buffer.
|
|
Write ( BigInteger data ) : void |
Writes INTEGER data into internal buffer.
|
|
Write ( |
Writes DerData data into internal buffer.
|
|
Write ( |
Writes OBJECTIDENTIFIER data into internal buffer.
|
|
Write ( bool data ) : void |
Writes BOOLEAN data into internal buffer.
|
|
Write ( byte data ) : void |
Writes OCTETSTRING data into internal buffer.
|
|
Write ( uint data ) : void |
Writes UInt32 data into internal buffer.
|
|
WriteNull ( ) : void |
Writes NULL data into internal buffer.
|
메소드 | 설명 | |
---|---|---|
GetLength ( int length ) : IEnumerable |
||
ReadByte ( ) : byte | ||
ReadBytes ( int length ) : byte[] | ||
ReadLength ( ) : int | ||
WriteBytes ( IEnumerable |
public Write ( BigInteger data ) : void | ||
data | BigInteger | BigInteger data to write. |
리턴 | void |
public Write ( |
||
identifier | The identifier. | |
리턴 | void |