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.EncryptedPrivateKeyInfo.Decode ( byte[] data)
inlineprivate

Definition at line 325 of file PKCS8.cs.

326 {
327 ASN1 asn;
328 byte nTag = asn.m_nTag;
329 long num = 0L;
330 ASN1 asn2 = asn[(int)num];
331 byte nTag2 = asn2.m_nTag;
332 string text = ASN1Convert.ToOid(asn2);
334 int count = asn.Count;
335 byte nTag3 = asn[1].m_nTag;
336 ASN1 asn3;
337 byte nTag4 = asn3.m_nTag;
338 byte[] value = asn3.Value;
340 ASN1 asn4;
341 byte nTag5 = asn4.m_nTag;
342 int num2 = ASN1Convert.ToInt32(asn4);
344 ASN1 asn5;
345 byte nTag6 = asn5.m_nTag;
346 byte[] value2 = asn5.Value;
348 }
class f__AnonymousType0<< Count > j__TPar

References System.count, j__TPar, System.L, Mono.Security.ASN1.m_nTag, System.text, Mono.Security.ASN1Convert.ToInt32(), Mono.Security.ASN1Convert.ToOid(), and System.value.

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