m
This commit is contained in:
+127
@@ -0,0 +1,127 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc
|
||||
{
|
||||
// Token: 0x02001F96 RID: 8086
|
||||
[Token(Token = "0x2001F96")]
|
||||
public class Cast5CbcParameters : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600CA98 RID: 51864 RVA: 0x002DF6A4 File Offset: 0x002DD8A4
|
||||
[Token(Token = "0x600CA98")]
|
||||
[Address(RVA = "0x2F7C100", Offset = "0x2F7B100", VA = "0x182F7C100")]
|
||||
public static Cast5CbcParameters GetInstance(object o)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CA98)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_22:
|
||||
stloc:ArgumentException(var_6_2C, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("unknown object in Cast5CbcParameters factory")))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600CA99 RID: 51865 RVA: 0x002DF6E0 File Offset: 0x002DD8E0
|
||||
[Token(Token = "0x600CA99")]
|
||||
[Address(RVA = "0x2F7C3C0", Offset = "0x2F7B3C0", VA = "0x182F7C3C0")]
|
||||
public Cast5CbcParameters(byte[] iv, int keyLength)
|
||||
{
|
||||
DerOctetString derOctetString = new DerOctetString(iv);
|
||||
this.iv = derOctetString;
|
||||
DerInteger derInteger = new DerInteger(keyLength);
|
||||
this.keyLength = derInteger;
|
||||
}
|
||||
|
||||
// Token: 0x0600CA9A RID: 51866 RVA: 0x002DF710 File Offset: 0x002DD910
|
||||
[Token(Token = "0x600CA9A")]
|
||||
[Address(RVA = "0x2F7C460", Offset = "0x2F7B460", VA = "0x182F7C460")]
|
||||
private Cast5CbcParameters(Asn1Sequence seq)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CA9A)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_44:
|
||||
stloc:ArgumentException(var_5_53, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("Wrong number of elements in sequence"), ldstr:string("seq")))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600CA9B RID: 51867 RVA: 0x002DF774 File Offset: 0x002DD974
|
||||
[Token(Token = "0x600CA9B")]
|
||||
[Address(RVA = "0x2F7C080", Offset = "0x2F7B080", VA = "0x182F7C080")]
|
||||
public byte[] GetIV()
|
||||
{
|
||||
Stream octetStream = this.iv.GetOctetStream();
|
||||
byte[] array;
|
||||
return array;
|
||||
}
|
||||
|
||||
// Token: 0x17001FA9 RID: 8105
|
||||
// (get) Token: 0x0600CA9C RID: 51868 RVA: 0x002DF794 File Offset: 0x002DD994
|
||||
[Token(Token = "0x17001FA9")]
|
||||
public int KeyLength
|
||||
{
|
||||
[Token(Token = "0x600CA9C")]
|
||||
[Address(RVA = "0x2EA9260", Offset = "0x2EA8260", VA = "0x182EA9260")]
|
||||
get
|
||||
{
|
||||
return this.keyLength.Value.IntValue;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600CA9D RID: 51869 RVA: 0x002DF7B8 File Offset: 0x002DD9B8
|
||||
[Token(Token = "0x600CA9D")]
|
||||
[Address(RVA = "0x2F7C2B0", Offset = "0x2F7B2B0", VA = "0x182F7C2B0", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[2];
|
||||
Asn1OctetString asn1OctetString = this.iv;
|
||||
if (asn1OctetString != 0)
|
||||
{
|
||||
}
|
||||
array[0] = asn1OctetString;
|
||||
DerInteger derInteger = this.keyLength;
|
||||
if (derInteger != 0)
|
||||
{
|
||||
}
|
||||
array[1] = derInteger;
|
||||
DerSequence derSequence = new DerSequence(array);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04008018 RID: 32792
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4008018")]
|
||||
private readonly DerInteger keyLength;
|
||||
|
||||
// Token: 0x04008019 RID: 32793
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4008019")]
|
||||
private readonly Asn1OctetString iv;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,126 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc
|
||||
{
|
||||
// Token: 0x02001F97 RID: 8087
|
||||
[Token(Token = "0x2001F97")]
|
||||
public class IdeaCbcPar : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600CA9E RID: 51870 RVA: 0x002DF800 File Offset: 0x002DDA00
|
||||
[Token(Token = "0x600CA9E")]
|
||||
[Address(RVA = "0x2F813E0", Offset = "0x2F803E0", VA = "0x182F813E0")]
|
||||
public static IdeaCbcPar GetInstance(object o)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CA9E)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.IdeaCbcPar BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.IdeaCbcPar::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_25:
|
||||
stloc:ArgumentException(var_7_2F, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("unknown object in IDEACBCPar factory")))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600CA9F RID: 51871 RVA: 0x002DF840 File Offset: 0x002DDA40
|
||||
[Token(Token = "0x600CA9F")]
|
||||
[Address(RVA = "0x2F81740", Offset = "0x2F80740", VA = "0x182F81740")]
|
||||
public IdeaCbcPar(byte[] iv)
|
||||
{
|
||||
DerOctetString derOctetString = new DerOctetString(iv);
|
||||
this.iv = derOctetString;
|
||||
}
|
||||
|
||||
// Token: 0x0600CAA0 RID: 51872 RVA: 0x002DF864 File Offset: 0x002DDA64
|
||||
[Token(Token = "0x600CAA0")]
|
||||
[Address(RVA = "0x2F817B0", Offset = "0x2F807B0", VA = "0x182F817B0")]
|
||||
private IdeaCbcPar(Asn1Sequence seq)
|
||||
{
|
||||
Asn1SequenceParser parser;
|
||||
for (;;)
|
||||
{
|
||||
base..ctor();
|
||||
Asn1Encodable asn1Encodable;
|
||||
if (asn1Encodable != (ulong)1L)
|
||||
{
|
||||
return;
|
||||
}
|
||||
parser = seq.Parser;
|
||||
if (parser == 0)
|
||||
{
|
||||
break;
|
||||
}
|
||||
if (parser != 0)
|
||||
{
|
||||
goto Block_2;
|
||||
}
|
||||
}
|
||||
this.iv = parser;
|
||||
return;
|
||||
Block_2:
|
||||
this.iv = parser;
|
||||
}
|
||||
|
||||
// Token: 0x0600CAA1 RID: 51873 RVA: 0x002DF8A4 File Offset: 0x002DDAA4
|
||||
[Token(Token = "0x600CAA1")]
|
||||
[Address(RVA = "0x2D84D40", Offset = "0x2D83D40", VA = "0x182D84D40")]
|
||||
public byte[] GetIV()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CAA1)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.IdeaCbcPar::GetIV()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_0D:
|
||||
stloc:Stream(var_2_13, call:Stream(Asn1OctetStringParser::GetOctetStream, ldloc:Asn1OctetString[exp:Asn1OctetStringParser](var_0_06)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600CAA2 RID: 51874 RVA: 0x002DF8C4 File Offset: 0x002DDAC4
|
||||
[Token(Token = "0x600CAA2")]
|
||||
[Address(RVA = "0x2F81630", Offset = "0x2F80630", VA = "0x182F81630", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1EncodableVector asn1EncodableVector;
|
||||
if (this.iv != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[1];
|
||||
Asn1OctetString asn1OctetString = this.iv;
|
||||
if (asn1OctetString != 0)
|
||||
{
|
||||
}
|
||||
array[0] = asn1OctetString;
|
||||
asn1EncodableVector.Add(array);
|
||||
}
|
||||
DerSequence derSequence = new DerSequence(asn1EncodableVector);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0400801A RID: 32794
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400801A")]
|
||||
internal Asn1OctetString iv;
|
||||
}
|
||||
}
|
||||
+165
@@ -0,0 +1,165 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc
|
||||
{
|
||||
// Token: 0x02001F98 RID: 8088
|
||||
[Token(Token = "0x2001F98")]
|
||||
public abstract class MiscObjectIdentifiers
|
||||
{
|
||||
// Token: 0x0600CAA3 RID: 51875 RVA: 0x002DF90C File Offset: 0x002DDB0C
|
||||
[Token(Token = "0x600CAA3")]
|
||||
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
||||
protected MiscObjectIdentifiers()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400801B RID: 32795
|
||||
[Token(Token = "0x400801B")]
|
||||
public static readonly DerObjectIdentifier Netscape = new DerObjectIdentifier("2.16.840.1.113730.1");
|
||||
|
||||
// Token: 0x0400801C RID: 32796
|
||||
[Token(Token = "0x400801C")]
|
||||
public static readonly DerObjectIdentifier NetscapeCertType = MiscObjectIdentifiers.Netscape.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400801D RID: 32797
|
||||
[Token(Token = "0x400801D")]
|
||||
public static readonly DerObjectIdentifier NetscapeBaseUrl = MiscObjectIdentifiers.Netscape.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400801E RID: 32798
|
||||
[Token(Token = "0x400801E")]
|
||||
public static readonly DerObjectIdentifier NetscapeRevocationUrl = MiscObjectIdentifiers.Netscape.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400801F RID: 32799
|
||||
[Token(Token = "0x400801F")]
|
||||
public static readonly DerObjectIdentifier NetscapeCARevocationUrl = MiscObjectIdentifiers.Netscape.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008020 RID: 32800
|
||||
[Token(Token = "0x4008020")]
|
||||
public static readonly DerObjectIdentifier NetscapeRenewalUrl = MiscObjectIdentifiers.Netscape.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008021 RID: 32801
|
||||
[Token(Token = "0x4008021")]
|
||||
public static readonly DerObjectIdentifier NetscapeCAPolicyUrl = MiscObjectIdentifiers.Netscape.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008022 RID: 32802
|
||||
[Token(Token = "0x4008022")]
|
||||
public static readonly DerObjectIdentifier NetscapeSslServerName = MiscObjectIdentifiers.Netscape.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008023 RID: 32803
|
||||
[Token(Token = "0x4008023")]
|
||||
public static readonly DerObjectIdentifier NetscapeCertComment = MiscObjectIdentifiers.Netscape.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008024 RID: 32804
|
||||
[Token(Token = "0x4008024")]
|
||||
public static readonly DerObjectIdentifier Verisign = new DerObjectIdentifier("2.16.840.1.113733.1");
|
||||
|
||||
// Token: 0x04008025 RID: 32805
|
||||
[Token(Token = "0x4008025")]
|
||||
public static readonly DerObjectIdentifier VerisignCzagExtension = MiscObjectIdentifiers.Verisign.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008026 RID: 32806
|
||||
[Token(Token = "0x4008026")]
|
||||
public static readonly DerObjectIdentifier VerisignPrivate_6_9 = MiscObjectIdentifiers.Verisign.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008027 RID: 32807
|
||||
[Token(Token = "0x4008027")]
|
||||
public static readonly DerObjectIdentifier VerisignOnSiteJurisdictionHash = MiscObjectIdentifiers.Verisign.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008028 RID: 32808
|
||||
[Token(Token = "0x4008028")]
|
||||
public static readonly DerObjectIdentifier VerisignBitString_6_13 = MiscObjectIdentifiers.Verisign.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008029 RID: 32809
|
||||
[Token(Token = "0x4008029")]
|
||||
public static readonly DerObjectIdentifier VerisignDnbDunsNumber = MiscObjectIdentifiers.Verisign.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400802A RID: 32810
|
||||
[Token(Token = "0x400802A")]
|
||||
public static readonly DerObjectIdentifier VerisignIssStrongCrypto = MiscObjectIdentifiers.Verisign.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400802B RID: 32811
|
||||
[Token(Token = "0x400802B")]
|
||||
public static readonly string Novell = "2.16.840.1.113719";
|
||||
|
||||
// Token: 0x0400802C RID: 32812
|
||||
[Token(Token = "0x400802C")]
|
||||
public static readonly DerObjectIdentifier NovellSecurityAttribs = new DerObjectIdentifier(MiscObjectIdentifiers.Novell + ".1.9.4.1");
|
||||
|
||||
// Token: 0x0400802D RID: 32813
|
||||
[Token(Token = "0x400802D")]
|
||||
public static readonly string Entrust = "1.2.840.113533.7";
|
||||
|
||||
// Token: 0x0400802E RID: 32814
|
||||
[Token(Token = "0x400802E")]
|
||||
public static readonly DerObjectIdentifier EntrustVersionExtension = new DerObjectIdentifier(MiscObjectIdentifiers.Entrust + ".65.0");
|
||||
|
||||
// Token: 0x0400802F RID: 32815
|
||||
[Token(Token = "0x400802F")]
|
||||
public static readonly DerObjectIdentifier as_sys_sec_alg_ideaCBC = new DerObjectIdentifier("1.3.6.1.4.1.188.7.1.1.2");
|
||||
|
||||
// Token: 0x04008030 RID: 32816
|
||||
[Token(Token = "0x4008030")]
|
||||
public static readonly DerObjectIdentifier cryptlib = new DerObjectIdentifier("1.3.6.1.4.1.3029");
|
||||
|
||||
// Token: 0x04008031 RID: 32817
|
||||
[Token(Token = "0x4008031")]
|
||||
public static readonly DerObjectIdentifier cryptlib_algorithm = MiscObjectIdentifiers.cryptlib.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008032 RID: 32818
|
||||
[Token(Token = "0x4008032")]
|
||||
public static readonly DerObjectIdentifier cryptlib_algorithm_blowfish_ECB = MiscObjectIdentifiers.cryptlib_algorithm.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008033 RID: 32819
|
||||
[Token(Token = "0x4008033")]
|
||||
public static readonly DerObjectIdentifier cryptlib_algorithm_blowfish_CBC = MiscObjectIdentifiers.cryptlib_algorithm.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008034 RID: 32820
|
||||
[Token(Token = "0x4008034")]
|
||||
public static readonly DerObjectIdentifier cryptlib_algorithm_blowfish_CFB = MiscObjectIdentifiers.cryptlib_algorithm.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008035 RID: 32821
|
||||
[Token(Token = "0x4008035")]
|
||||
public static readonly DerObjectIdentifier cryptlib_algorithm_blowfish_OFB = MiscObjectIdentifiers.cryptlib_algorithm.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008036 RID: 32822
|
||||
[Token(Token = "0x4008036")]
|
||||
public static readonly DerObjectIdentifier blake2 = new DerObjectIdentifier("1.3.6.1.4.1.1722.12.2");
|
||||
|
||||
// Token: 0x04008037 RID: 32823
|
||||
[Token(Token = "0x4008037")]
|
||||
public static readonly DerObjectIdentifier id_blake2b160 = MiscObjectIdentifiers.blake2.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008038 RID: 32824
|
||||
[Token(Token = "0x4008038")]
|
||||
public static readonly DerObjectIdentifier id_blake2b256 = MiscObjectIdentifiers.blake2.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x04008039 RID: 32825
|
||||
[Token(Token = "0x4008039")]
|
||||
public static readonly DerObjectIdentifier id_blake2b384 = MiscObjectIdentifiers.blake2.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400803A RID: 32826
|
||||
[Token(Token = "0x400803A")]
|
||||
public static readonly DerObjectIdentifier id_blake2b512 = MiscObjectIdentifiers.blake2.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400803B RID: 32827
|
||||
[Token(Token = "0x400803B")]
|
||||
public static readonly DerObjectIdentifier id_blake2s128 = MiscObjectIdentifiers.blake2.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400803C RID: 32828
|
||||
[Token(Token = "0x400803C")]
|
||||
public static readonly DerObjectIdentifier id_blake2s160 = MiscObjectIdentifiers.blake2.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400803D RID: 32829
|
||||
[Token(Token = "0x400803D")]
|
||||
public static readonly DerObjectIdentifier id_blake2s224 = MiscObjectIdentifiers.blake2.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400803E RID: 32830
|
||||
[Token(Token = "0x400803E")]
|
||||
public static readonly DerObjectIdentifier id_blake2s256 = MiscObjectIdentifiers.blake2.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x0400803F RID: 32831
|
||||
[Token(Token = "0x400803F")]
|
||||
public static readonly DerObjectIdentifier id_scrypt = new DerObjectIdentifier("1.3.6.1.4.1.11591.4.11");
|
||||
}
|
||||
}
|
||||
+69
@@ -0,0 +1,69 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc
|
||||
{
|
||||
// Token: 0x02001F99 RID: 8089
|
||||
[Token(Token = "0x2001F99")]
|
||||
public class NetscapeCertType : DerBitString
|
||||
{
|
||||
// Token: 0x0600CAA5 RID: 51877 RVA: 0x002DFB68 File Offset: 0x002DDD68
|
||||
[Token(Token = "0x600CAA5")]
|
||||
[Address(RVA = "0x2F83B40", Offset = "0x2F82B40", VA = "0x182F83B40")]
|
||||
public NetscapeCertType(int usage)
|
||||
: base(usage)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600CAA6 RID: 51878 RVA: 0x002DFB7C File Offset: 0x002DDD7C
|
||||
[Token(Token = "0x600CAA6")]
|
||||
[Address(RVA = "0x2F83BA0", Offset = "0x2F82BA0", VA = "0x182F83BA0")]
|
||||
public NetscapeCertType(DerBitString usage)
|
||||
{
|
||||
byte[] octets = usage.GetOctets();
|
||||
byte[] bytes = usage.GetBytes();
|
||||
}
|
||||
|
||||
// Token: 0x0600CAA7 RID: 51879 RVA: 0x002DFBA0 File Offset: 0x002DDDA0
|
||||
[Token(Token = "0x600CAA7")]
|
||||
[Address(RVA = "0x2F83AA0", Offset = "0x2F82AA0", VA = "0x182F83AA0", Slot = "3")]
|
||||
public override string ToString()
|
||||
{
|
||||
byte b = this.GetOctets()[0];
|
||||
string text;
|
||||
return "NetscapeCertType: 0x" + text;
|
||||
}
|
||||
|
||||
// Token: 0x04008040 RID: 32832
|
||||
[Token(Token = "0x4008040")]
|
||||
public const int SslClient = 128;
|
||||
|
||||
// Token: 0x04008041 RID: 32833
|
||||
[Token(Token = "0x4008041")]
|
||||
public const int SslServer = 64;
|
||||
|
||||
// Token: 0x04008042 RID: 32834
|
||||
[Token(Token = "0x4008042")]
|
||||
public const int Smime = 32;
|
||||
|
||||
// Token: 0x04008043 RID: 32835
|
||||
[Token(Token = "0x4008043")]
|
||||
public const int ObjectSigning = 16;
|
||||
|
||||
// Token: 0x04008044 RID: 32836
|
||||
[Token(Token = "0x4008044")]
|
||||
public const int Reserved = 8;
|
||||
|
||||
// Token: 0x04008045 RID: 32837
|
||||
[Token(Token = "0x4008045")]
|
||||
public const int SslCA = 4;
|
||||
|
||||
// Token: 0x04008046 RID: 32838
|
||||
[Token(Token = "0x4008046")]
|
||||
public const int SmimeCA = 2;
|
||||
|
||||
// Token: 0x04008047 RID: 32839
|
||||
[Token(Token = "0x4008047")]
|
||||
public const int ObjectSigningCA = 1;
|
||||
}
|
||||
}
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc
|
||||
{
|
||||
// Token: 0x02001F9A RID: 8090
|
||||
[Token(Token = "0x2001F9A")]
|
||||
public class NetscapeRevocationUrl : DerIA5String
|
||||
{
|
||||
// Token: 0x0600CAA8 RID: 51880 RVA: 0x002DFBCC File Offset: 0x002DDDCC
|
||||
[Token(Token = "0x600CAA8")]
|
||||
[Address(RVA = "0x2F83CA0", Offset = "0x2F82CA0", VA = "0x182F83CA0")]
|
||||
public NetscapeRevocationUrl(DerIA5String str)
|
||||
{
|
||||
string @string = str.GetString();
|
||||
base..ctor(@string);
|
||||
}
|
||||
|
||||
// Token: 0x0600CAA9 RID: 51881 RVA: 0x002DFBF0 File Offset: 0x002DDDF0
|
||||
[Token(Token = "0x600CAA9")]
|
||||
[Address(RVA = "0x2F83C50", Offset = "0x2F82C50", VA = "0x182F83C50", Slot = "3")]
|
||||
public override string ToString()
|
||||
{
|
||||
string @string = this.GetString();
|
||||
return "NetscapeRevocationUrl: " + @string;
|
||||
}
|
||||
}
|
||||
}
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc
|
||||
{
|
||||
// Token: 0x02001F9B RID: 8091
|
||||
[Token(Token = "0x2001F9B")]
|
||||
public class VerisignCzagExtension : DerIA5String
|
||||
{
|
||||
// Token: 0x0600CAAA RID: 51882 RVA: 0x002DFC10 File Offset: 0x002DDE10
|
||||
[Token(Token = "0x600CAAA")]
|
||||
[Address(RVA = "0x2F83CA0", Offset = "0x2F82CA0", VA = "0x182F83CA0")]
|
||||
public VerisignCzagExtension(DerIA5String str)
|
||||
{
|
||||
string @string = str.GetString();
|
||||
base..ctor(@string);
|
||||
}
|
||||
|
||||
// Token: 0x0600CAAB RID: 51883 RVA: 0x002DFC34 File Offset: 0x002DDE34
|
||||
[Token(Token = "0x600CAAB")]
|
||||
[Address(RVA = "0x2F954E0", Offset = "0x2F944E0", VA = "0x182F954E0", Slot = "3")]
|
||||
public override string ToString()
|
||||
{
|
||||
string @string = this.GetString();
|
||||
return "VerisignCzagExtension: " + @string;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user