scripts
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
||||
{
|
||||
// Token: 0x0200151F RID: 5407
|
||||
[Token(Token = "0x200151F")]
|
||||
[StructLayout(3)]
|
||||
public abstract class AlertLevel
|
||||
{
|
||||
// Token: 0x06008FFF RID: 36863 RVA: 0x001FF054 File Offset: 0x001FD254
|
||||
[Token(Token = "0x6008FFF")]
|
||||
[Address(RVA = "0x1E73C70", Offset = "0x1E72670", VA = "0x181E73C70")]
|
||||
public static string GetName(byte alertDescription)
|
||||
{
|
||||
return "warning";
|
||||
}
|
||||
|
||||
// Token: 0x06009000 RID: 36864 RVA: 0x001FF068 File Offset: 0x001FD268
|
||||
[Token(Token = "0x6009000")]
|
||||
[Address(RVA = "0x1E73CC0", Offset = "0x1E726C0", VA = "0x181E73CC0")]
|
||||
public static string GetText(byte alertDescription)
|
||||
{
|
||||
object[] array = new object[4];
|
||||
string text;
|
||||
if (text != 0)
|
||||
{
|
||||
}
|
||||
array[0] = text;
|
||||
if ("(" != 0)
|
||||
{
|
||||
}
|
||||
array[1] = "(";
|
||||
if ("(" != 0)
|
||||
{
|
||||
}
|
||||
array[2] = "(";
|
||||
if (")" != 0)
|
||||
{
|
||||
}
|
||||
array[3] = ")";
|
||||
return string.Concat(array);
|
||||
}
|
||||
|
||||
// Token: 0x06009001 RID: 36865 RVA: 0x001FF0D0 File Offset: 0x001FD2D0
|
||||
[Token(Token = "0x6009001")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected AlertLevel()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04005EB1 RID: 24241
|
||||
[Token(Token = "0x4005EB1")]
|
||||
public const byte warning = 1;
|
||||
|
||||
// Token: 0x04005EB2 RID: 24242
|
||||
[Token(Token = "0x4005EB2")]
|
||||
public const byte fatal = 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user