19 lines
417 B
C#
19 lines
417 B
C#
using System;
|
|
using System.IO;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
|
{
|
|
// Token: 0x02001793 RID: 6035
|
|
[Token(Token = "0x2001793")]
|
|
[StructLayout(3)]
|
|
public interface Asn1OctetStringParser : IAsn1Convertible
|
|
{
|
|
// Token: 0x0600A2FD RID: 41725
|
|
[Token(Token = "0x600A2FD")]
|
|
[Address(Slot = "0")]
|
|
Stream GetOctetStream();
|
|
}
|
|
}
|