This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
{
// Token: 0x02001E6F RID: 7791
[Token(Token = "0x2001E6F")]
public class BerApplicationSpecific : DerApplicationSpecific
{
// Token: 0x0600C34F RID: 49999 RVA: 0x002C2510 File Offset: 0x002C0710
[Token(Token = "0x600C34F")]
[Address(RVA = "0x22946A0", Offset = "0x22936A0", VA = "0x1822946A0")]
public BerApplicationSpecific(int tagNo, Asn1EncodableVector vec)
: base(tagNo, vec)
{
}
}
}