scripts
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto
|
||||
{
|
||||
// Token: 0x02001509 RID: 5385
|
||||
[Token(Token = "0x2001509")]
|
||||
[StructLayout(3)]
|
||||
public interface IVerifierFactoryProvider
|
||||
{
|
||||
// Token: 0x06008F2B RID: 36651
|
||||
[Token(Token = "0x6008F2B")]
|
||||
[Address(Slot = "0")]
|
||||
IVerifierFactory CreateVerifierFactory(object algorithmDetails);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user