18 lines
415 B
C#
18 lines
415 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
|
{
|
|
// Token: 0x020017DE RID: 6110
|
|
[Token(Token = "0x20017DE")]
|
|
[StructLayout(3)]
|
|
public interface IAsn1ApplicationSpecificParser : IAsn1Convertible
|
|
{
|
|
// Token: 0x0600A50A RID: 42250
|
|
[Token(Token = "0x600A50A")]
|
|
[Address(Slot = "0")]
|
|
IAsn1Convertible ReadObject();
|
|
}
|
|
}
|