terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Mono.Security.ASN1 Class Reference
+ Collaboration diagram for Mono.Security.ASN1:

Public Member Functions

 ASN1 (byte tag)
 
 ASN1 (byte tag, byte[] data)
 
 ASN1 (byte[] data)
 
bool CompareValue (byte[] value)
 
ASN1 Add (ASN1 asn1)
 
virtual byte[] GetBytes ()
 
ASN1 Element (int index, byte anTag)
 
override string ToString ()
 
 ASN1 (byte tag)
 
 ASN1 (byte tag, byte[] data)
 
 ASN1 (byte[] data)
 
ASN1 Add (ASN1 asn1)
 
virtual byte[] GetBytes ()
 
override string ToString ()
 

Protected Member Functions

void Decode (byte[] asn1, ref int anPos, int anLength)
 
void DecodeTLV (byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content)
 
void Decode (byte[] asn1, ref int anPos, int anLength)
 
void DecodeTLV (byte[] asn1, ref int pos, out byte tag, out int length, out byte[] content)
 

Properties

int Count [get, set]
 
byte Tag [get, set]
 
int Length [get, set]
 
byte[] Value [get, set]
 
ASN1 this[int index] [get, set]
 

Private Member Functions

bool CompareArray (byte[] array1, byte[] array2)
 

Private Attributes

byte m_nTag
 
byte[] m_aValue
 
ArrayList elist
 
global::System.Collections.ArrayList elist
 

Detailed Description

Definition at line 16 of file ASN1.cs.


The documentation for this class was generated from the following files: