This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
{
// Token: 0x02001AF1 RID: 6897
[Token(Token = "0x2001AF1")]
public class AbstractTlsCipherFactory : TlsCipherFactory
{
// Token: 0x0600AB5F RID: 43871 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600AB5F")]
[Address(RVA = "0x188E340", Offset = "0x188D140", VA = "0x18188E340", Slot = "5")]
public virtual TlsCipher CreateCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600AB60 RID: 43872 RVA: 0x00255A74 File Offset: 0x00253C74
[Token(Token = "0x600AB60")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public AbstractTlsCipherFactory()
{
}
}
}