16 lines
358 B
C#
16 lines
358 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
|
{
|
|
// Token: 0x02001DBB RID: 7611
|
|
[Token(Token = "0x2001DBB")]
|
|
public interface IAsn1ApplicationSpecificParser : IAsn1Convertible
|
|
{
|
|
// Token: 0x0600C0E4 RID: 49380
|
|
[Token(Token = "0x600C0E4")]
|
|
[Address(Slot = "0")]
|
|
IAsn1Convertible ReadObject();
|
|
}
|
|
}
|