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

◆ Decrypt() [1/2]

byte[] Mono.Security.X509.PKCS12.Decrypt ( PKCS7::EncryptedData ed)
inline

Definition at line 255 of file PKCS12.cs.

256 {
257 PKCS7.ContentInfo encryptionAlgorithm = ed._encryptionAlgorithm;
258 long num = 0L;
259 string contentType = encryptionAlgorithm.contentType;
260 byte[] value = encryptionAlgorithm.content[(int)num].Value;
261 int num2 = ASN1Convert.ToInt32(ed._encryptionAlgorithm.content[1]);
262 byte[] encryptedContent = ed.EncryptedContent;
263 return this.Decrypt(contentType, value, num2, encryptedContent);
264 }
class f__AnonymousType0<< Count > j__TPar

References Mono.Security.PKCS7.ContentInfo.contentType, System.Security.Cryptography.Decrypt, j__TPar, System.L, Mono.Security.ASN1Convert.ToInt32(), and System.value.