19 lines
460 B
C#
19 lines
460 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
|
{
|
|
// Token: 0x02001591 RID: 5521
|
|
[Token(Token = "0x2001591")]
|
|
[StructLayout(3)]
|
|
public interface TlsDHVerifier
|
|
{
|
|
// Token: 0x060092AC RID: 37548
|
|
[Token(Token = "0x60092AC")]
|
|
[Address(Slot = "0")]
|
|
bool Accept(DHParameters dhParameters);
|
|
}
|
|
}
|