Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Tls/TlsPskIdentityManager.cs
T
2026-04-08 23:40:05 +02:00

23 lines
504 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
{
// Token: 0x020015AB RID: 5547
[Token(Token = "0x20015AB")]
[StructLayout(3)]
public interface TlsPskIdentityManager
{
// Token: 0x060093B6 RID: 37814
[Token(Token = "0x60093B6")]
[Address(Slot = "0")]
byte[] GetHint();
// Token: 0x060093B7 RID: 37815
[Token(Token = "0x60093B7")]
[Address(Slot = "1")]
byte[] GetPsk(byte[] identity);
}
}