m
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
||||
{
|
||||
// Token: 0x02001BDC RID: 7132
|
||||
[Token(Token = "0x2001BDC")]
|
||||
public abstract class AlertLevel
|
||||
{
|
||||
// Token: 0x0600AFA7 RID: 44967 RVA: 0x0025F7A4 File Offset: 0x0025D9A4
|
||||
[Token(Token = "0x600AFA7")]
|
||||
[Address(RVA = "0x232E040", Offset = "0x232D040", VA = "0x18232E040")]
|
||||
public static string GetName(byte alertDescription)
|
||||
{
|
||||
return "warning";
|
||||
}
|
||||
|
||||
// Token: 0x0600AFA8 RID: 44968 RVA: 0x0025F7B8 File Offset: 0x0025D9B8
|
||||
[Token(Token = "0x600AFA8")]
|
||||
[Address(RVA = "0x232E090", Offset = "0x232D090", VA = "0x18232E090")]
|
||||
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: 0x0600AFA9 RID: 44969 RVA: 0x0025F820 File Offset: 0x0025DA20
|
||||
[Token(Token = "0x600AFA9")]
|
||||
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
||||
protected AlertLevel()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04006EAD RID: 28333
|
||||
[Token(Token = "0x4006EAD")]
|
||||
public const byte warning = 1;
|
||||
|
||||
// Token: 0x04006EAE RID: 28334
|
||||
[Token(Token = "0x4006EAE")]
|
||||
public const byte fatal = 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user