using System; using Cpp2IlInjected; namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1 { // Token: 0x02001E70 RID: 7792 [Token(Token = "0x2001E70")] public class BerApplicationSpecificParser : IAsn1ApplicationSpecificParser, IAsn1Convertible { // Token: 0x0600C350 RID: 50000 RVA: 0x002C2528 File Offset: 0x002C0728 [Token(Token = "0x600C350")] [Address(RVA = "0x49A4C0", Offset = "0x4994C0", VA = "0x18049A4C0")] internal BerApplicationSpecificParser(int tag, Asn1StreamParser parser) { this.tag = tag; this.parser = parser; } // Token: 0x0600C351 RID: 50001 RVA: 0x002C254C File Offset: 0x002C074C [Token(Token = "0x600C351")] [Address(RVA = "0x19B0D20", Offset = "0x19AFD20", VA = "0x1819B0D20", Slot = "4")] public IAsn1Convertible ReadObject() { Asn1StreamParser asn1StreamParser = this.parser; throw new NullReferenceException(); } // Token: 0x0600C352 RID: 50002 RVA: 0x002C2568 File Offset: 0x002C0768 [Token(Token = "0x600C352")] [Address(RVA = "0x2294620", Offset = "0x2293620", VA = "0x182294620", Slot = "5")] public Asn1Object ToAsn1Object() { Asn1StreamParser asn1StreamParser = this.parser; int num = this.tag; Asn1EncodableVector asn1EncodableVector = asn1StreamParser.ReadVector(); BerApplicationSpecific berApplicationSpecific = new BerApplicationSpecific(num, asn1EncodableVector); throw new NullReferenceException(); } // Token: 0x04007B4A RID: 31562 [FieldOffset(Offset = "0x10")] [Token(Token = "0x4007B4A")] private readonly int tag; // Token: 0x04007B4B RID: 31563 [FieldOffset(Offset = "0x18")] [Token(Token = "0x4007B4B")] private readonly Asn1StreamParser parser; } }