Method | Description | |
---|---|---|
ASN1 ( ) : System | ||
ASN1 ( byte tag ) : System | ||
ASN1 ( byte tag, byte data ) : System | ||
Add ( |
||
CompareValue ( byte value ) : bool | ||
Element ( int index, byte anTag ) : |
||
Equals ( byte asn1 ) : bool | ||
GetBytes ( ) : byte[] | ||
SaveToFile ( string filename ) : void | ||
ToString ( ) : string | ||
this ( int index ) : |
Method | Description | |
---|---|---|
Decode ( byte asn1, int &anPos, int anLength ) : void | ||
DecodeTLV ( byte asn1, int &pos, byte &tag, int &length, byte &content ) : void |
Method | Description | |
---|---|---|
CompareArray ( byte array1, byte array2 ) : bool |
protected Decode ( byte asn1, int &anPos, int anLength ) : void | ||
asn1 | byte | |
anPos | int | |
anLength | int | |
return | void |
protected DecodeTLV ( byte asn1, int &pos, byte &tag, int &length, byte &content ) : void | ||
asn1 | byte | |
pos | int | |
tag | byte | |
length | int | |
content | byte | |
return | void |
public Element ( int index, byte anTag ) : |
||
index | int | |
anTag | byte | |
return |