terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Decode()

void Mono.Security.Cryptography.PKCS8.PrivateKeyInfo.Decode ( byte[] data)
inlineprivate

Definition at line 78 of file PKCS8.cs.

79 {
80 ASN1 asn;
81 byte nTag = asn.m_nTag;
82 byte[] value = asn.Value;
83 this._version = (int)nTag;
84 ASN1 asn2;
85 byte nTag2 = asn2.m_nTag;
86 long num = 0L;
87 ASN1 asn3 = asn2[(int)num];
88 byte nTag3 = asn3.m_nTag;
89 string text = ASN1Convert.ToOid(asn3);
91 ASN1 asn4;
92 byte[] value2 = asn4.Value;
94 ASN1 asn5;
95 int count = asn5.Count;
96 long num2 = 0L;
97 ArrayList list = this._list;
98 ASN1 asn6 = asn5[(int)num2];
99 int count2 = asn5.Count;
100 }
class f__AnonymousType0<< Count > j__TPar

References Mono.Security.Cryptography.PKCS8.PrivateKeyInfo._list, Mono.Security.ASN1.Count, System.count, j__TPar, System.L, System.list, Mono.Security.ASN1.m_nTag, System.text, Mono.Security.ASN1Convert.ToOid(), Mono.Security.ASN1.Value, and System.value.

Referenced by Mono.Security.Cryptography.PKCS8.PrivateKeyInfo.PrivateKeyInfo().