m
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
||||
{
|
||||
// Token: 0x02001E51 RID: 7761
|
||||
[Token(Token = "0x2001E51")]
|
||||
public interface Asn1SequenceParser : IAsn1Convertible
|
||||
{
|
||||
// Token: 0x0600C2A6 RID: 49830
|
||||
[Token(Token = "0x600C2A6")]
|
||||
[Address(Slot = "0")]
|
||||
IAsn1Convertible ReadObject();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user