|
| Asn1DerDecodeBuffer (byte[] msgdata) |
|
| Asn1DerDecodeBuffer (System.IO.Stream istream) |
|
| Asn1BerDecodeBuffer (byte[] msgdata) |
|
| Asn1BerDecodeBuffer (System.IO.Stream istream) |
|
int | DecodeEnumValue (bool explicitTagging, int implicitLength) |
|
int | DecodeEnumValue (Asn1Tag tag, bool explicitTagging, int implicitLength) |
|
virtual int | DecodeLength () |
|
virtual byte [] | DecodeOpenType () |
|
virtual byte [] | DecodeOpenType (bool saveData) |
|
virtual void | DecodeTag (Asn1Tag tag) |
|
virtual int | DecodeTagAndLength (Asn1Tag tag) |
|
virtual bool | MatchTag (short tagClass, short tagForm, int tagIDCode, Asn1Tag parsedTag, IntHolder parsedLen) |
|
virtual bool | MatchTag (Asn1Tag tag, Asn1Tag parsedTag, IntHolder parsedLen) |
|
virtual bool | MatchTag (Asn1Tag tag) |
|
virtual void | Parse (Asn1TaggedEventHandler handler) |
|
virtual void | PeekTag (Asn1Tag parsedTag) |
|
virtual Asn1Tag | PeekTag () |
|
override int | ReadByte () |
|
virtual void | AddCaptureBuffer (System.IO.MemoryStream buffer) |
|
virtual void | Capture (int nbytes) |
|
virtual long | DecodeIntValue (int length, bool signExtend) |
|
virtual int [] | DecodeOIDContents (int llen) |
|
virtual int [] | DecodeRelOIDContents (int llen) |
|
override System.IO.Stream | GetInputStream () |
|
virtual void | HexDump () |
|
virtual void | Mark () |
|
virtual int | Read () |
|
virtual void | Read (byte[] buffer, int offset, int nbytes) |
|
virtual void | Read (byte[] buffer) |
|
int | Read2Bytes () |
|
int | Read4Bytes () |
|
virtual void | RemoveCaptureBuffer (System.IO.MemoryStream buffer) |
|
virtual void | Reset () |
|
virtual void | SetInputStream (byte[] msgdata, int offset, int length) |
|
virtual long | Skip (long nbytes) |
|
virtual void | AddNamedEventHandler (Asn1NamedEventHandler handler) |
|
virtual void | InvokeCharacters (System.String svalue) |
|
virtual void | InvokeEndElement (System.String name, int index) |
|
virtual void | InvokeStartElement (System.String name, int index) |
|
void | SetKey (byte[] rtkey) |
|
void | SetPermanentKey (byte[] rtkey) |
|
This class handles the decoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as documented in the ITU-T X.690 standard.