m
This commit is contained in:
+190
@@ -0,0 +1,190 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001F18 RID: 7960
|
||||
[Token(Token = "0x2001F18")]
|
||||
public class BiometricData : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600C7EA RID: 51178 RVA: 0x002D44EC File Offset: 0x002D26EC
|
||||
[Token(Token = "0x600C7EA")]
|
||||
[Address(RVA = "0x2E782D0", Offset = "0x2E772D0", VA = "0x182E782D0")]
|
||||
public static BiometricData GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C7EA)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.BiometricData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.BiometricData::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_72:
|
||||
stloc:string(var_15_78, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_16_90, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_15_78)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600C7EB RID: 51179 RVA: 0x002D458C File Offset: 0x002D278C
|
||||
[Token(Token = "0x600C7EB")]
|
||||
[Address(RVA = "0x2E787A0", Offset = "0x2E777A0", VA = "0x182E787A0")]
|
||||
private BiometricData(Asn1Sequence seq)
|
||||
{
|
||||
Asn1SequenceParser parser = seq.Parser;
|
||||
TypeOfBiometricData typeOfBiometricData;
|
||||
this.typeOfBiometricData = typeOfBiometricData;
|
||||
Asn1SequenceParser parser2 = seq.Parser;
|
||||
AlgorithmIdentifier algorithmIdentifier;
|
||||
this.hashAlgorithm = algorithmIdentifier;
|
||||
Asn1SequenceParser parser3 = seq.Parser;
|
||||
Asn1OctetString asn1OctetString;
|
||||
this.biometricDataHash = asn1OctetString;
|
||||
Asn1Encodable asn1Encodable;
|
||||
if (asn1Encodable > (ulong)3L)
|
||||
{
|
||||
Asn1SequenceParser parser4 = seq.Parser;
|
||||
DerIA5String derIA5String;
|
||||
this.sourceDataUri = derIA5String;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600C7EC RID: 51180 RVA: 0x002D45E8 File Offset: 0x002D27E8
|
||||
[Token(Token = "0x600C7EC")]
|
||||
[Address(RVA = "0xC5DB60", Offset = "0xC5CB60", VA = "0x180C5DB60")]
|
||||
public BiometricData(TypeOfBiometricData typeOfBiometricData, AlgorithmIdentifier hashAlgorithm, Asn1OctetString biometricDataHash, DerIA5String sourceDataUri)
|
||||
{
|
||||
this.typeOfBiometricData = typeOfBiometricData;
|
||||
this.biometricDataHash = biometricDataHash;
|
||||
this.sourceDataUri = 0;
|
||||
this.hashAlgorithm = hashAlgorithm;
|
||||
}
|
||||
|
||||
// Token: 0x0600C7ED RID: 51181 RVA: 0x002D4618 File Offset: 0x002D2818
|
||||
[Token(Token = "0x600C7ED")]
|
||||
[Address(RVA = "0x2E78750", Offset = "0x2E77750", VA = "0x182E78750")]
|
||||
public BiometricData(TypeOfBiometricData typeOfBiometricData, AlgorithmIdentifier hashAlgorithm, Asn1OctetString biometricDataHash)
|
||||
{
|
||||
this.typeOfBiometricData = typeOfBiometricData;
|
||||
this.biometricDataHash = biometricDataHash;
|
||||
this.hashAlgorithm = hashAlgorithm;
|
||||
this.sourceDataUri = (ulong)0L;
|
||||
}
|
||||
|
||||
// Token: 0x17001F04 RID: 7940
|
||||
// (get) Token: 0x0600C7EE RID: 51182 RVA: 0x002D464C File Offset: 0x002D284C
|
||||
[Token(Token = "0x17001F04")]
|
||||
public TypeOfBiometricData TypeOfBiometricData
|
||||
{
|
||||
[Token(Token = "0x600C7EE")]
|
||||
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
|
||||
get
|
||||
{
|
||||
return this.typeOfBiometricData;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F05 RID: 7941
|
||||
// (get) Token: 0x0600C7EF RID: 51183 RVA: 0x002D4660 File Offset: 0x002D2860
|
||||
[Token(Token = "0x17001F05")]
|
||||
public AlgorithmIdentifier HashAlgorithm
|
||||
{
|
||||
[Token(Token = "0x600C7EF")]
|
||||
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
|
||||
get
|
||||
{
|
||||
return this.hashAlgorithm;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F06 RID: 7942
|
||||
// (get) Token: 0x0600C7F0 RID: 51184 RVA: 0x002D4674 File Offset: 0x002D2874
|
||||
[Token(Token = "0x17001F06")]
|
||||
public Asn1OctetString BiometricDataHash
|
||||
{
|
||||
[Token(Token = "0x600C7F0")]
|
||||
[Address(RVA = "0x4157C0", Offset = "0x4147C0", VA = "0x1804157C0")]
|
||||
get
|
||||
{
|
||||
return this.biometricDataHash;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F07 RID: 7943
|
||||
// (get) Token: 0x0600C7F1 RID: 51185 RVA: 0x002D4688 File Offset: 0x002D2888
|
||||
[Token(Token = "0x17001F07")]
|
||||
public DerIA5String SourceDataUri
|
||||
{
|
||||
[Token(Token = "0x600C7F1")]
|
||||
[Address(RVA = "0x4157D0", Offset = "0x4147D0", VA = "0x1804157D0")]
|
||||
get
|
||||
{
|
||||
return this.sourceDataUri;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600C7F2 RID: 51186 RVA: 0x002D469C File Offset: 0x002D289C
|
||||
[Token(Token = "0x600C7F2")]
|
||||
[Address(RVA = "0x2E78540", Offset = "0x2E77540", VA = "0x182E78540", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[3];
|
||||
TypeOfBiometricData typeOfBiometricData = this.typeOfBiometricData;
|
||||
if (typeOfBiometricData != 0)
|
||||
{
|
||||
}
|
||||
array[0] = typeOfBiometricData;
|
||||
AlgorithmIdentifier algorithmIdentifier = this.hashAlgorithm;
|
||||
if (algorithmIdentifier != 0)
|
||||
{
|
||||
}
|
||||
array[1] = algorithmIdentifier;
|
||||
Asn1OctetString asn1OctetString = this.biometricDataHash;
|
||||
if (asn1OctetString != 0)
|
||||
{
|
||||
}
|
||||
array[2] = asn1OctetString;
|
||||
Asn1EncodableVector asn1EncodableVector = new Asn1EncodableVector(array);
|
||||
if (this.sourceDataUri != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array2 = new Asn1Encodable[1];
|
||||
DerIA5String derIA5String = this.sourceDataUri;
|
||||
if (derIA5String != 0)
|
||||
{
|
||||
}
|
||||
array2[0] = derIA5String;
|
||||
asn1EncodableVector.Add(array2);
|
||||
}
|
||||
DerSequence derSequence = new DerSequence(asn1EncodableVector);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04007D7B RID: 32123
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4007D7B")]
|
||||
private readonly TypeOfBiometricData typeOfBiometricData;
|
||||
|
||||
// Token: 0x04007D7C RID: 32124
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4007D7C")]
|
||||
private readonly AlgorithmIdentifier hashAlgorithm;
|
||||
|
||||
// Token: 0x04007D7D RID: 32125
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4007D7D")]
|
||||
private readonly Asn1OctetString biometricDataHash;
|
||||
|
||||
// Token: 0x04007D7E RID: 32126
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4007D7E")]
|
||||
private readonly DerIA5String sourceDataUri;
|
||||
}
|
||||
}
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001F19 RID: 7961
|
||||
[Token(Token = "0x2001F19")]
|
||||
public abstract class EtsiQCObjectIdentifiers
|
||||
{
|
||||
// Token: 0x0600C7F3 RID: 51187 RVA: 0x002D4734 File Offset: 0x002D2934
|
||||
[Token(Token = "0x600C7F3")]
|
||||
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
||||
protected EtsiQCObjectIdentifiers()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04007D7F RID: 32127
|
||||
[Token(Token = "0x4007D7F")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcs = new DerObjectIdentifier("0.4.0.1862.1");
|
||||
|
||||
// Token: 0x04007D80 RID: 32128
|
||||
[Token(Token = "0x4007D80")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcsQcCompliance = new DerObjectIdentifier(EtsiQCObjectIdentifiers.IdEtsiQcs + ".1");
|
||||
|
||||
// Token: 0x04007D81 RID: 32129
|
||||
[Token(Token = "0x4007D81")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcsLimitValue = new DerObjectIdentifier(EtsiQCObjectIdentifiers.IdEtsiQcs + ".2");
|
||||
|
||||
// Token: 0x04007D82 RID: 32130
|
||||
[Token(Token = "0x4007D82")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcsRetentionPeriod = new DerObjectIdentifier(EtsiQCObjectIdentifiers.IdEtsiQcs + ".3");
|
||||
|
||||
// Token: 0x04007D83 RID: 32131
|
||||
[Token(Token = "0x4007D83")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcsQcSscd = new DerObjectIdentifier(EtsiQCObjectIdentifiers.IdEtsiQcs + ".4");
|
||||
}
|
||||
}
|
||||
+145
@@ -0,0 +1,145 @@
|
||||
using System;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001F1A RID: 7962
|
||||
[Token(Token = "0x2001F1A")]
|
||||
public class Iso4217CurrencyCode : Asn1Encodable, IAsn1Choice
|
||||
{
|
||||
// Token: 0x0600C7F5 RID: 51189 RVA: 0x002D47C8 File Offset: 0x002D29C8
|
||||
[Token(Token = "0x600C7F5")]
|
||||
[Address(RVA = "0x2E7D7F0", Offset = "0x2E7C7F0", VA = "0x182E7D7F0")]
|
||||
public static Iso4217CurrencyCode GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C7F5)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Iso4217CurrencyCode BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Iso4217CurrencyCode::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_78:
|
||||
stloc:string(var_10_7E, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_11_96, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_10_7E)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600C7F6 RID: 51190 RVA: 0x002D486C File Offset: 0x002D2A6C
|
||||
[Token(Token = "0x600C7F6")]
|
||||
[Address(RVA = "0x2E7DC80", Offset = "0x2E7CC80", VA = "0x182E7DC80")]
|
||||
public Iso4217CurrencyCode(int numeric)
|
||||
{
|
||||
if (numeric - 1 <= 998)
|
||||
{
|
||||
DerInteger derInteger = new DerInteger(numeric);
|
||||
this.obj = derInteger;
|
||||
return;
|
||||
}
|
||||
object[] array = new object[5];
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600C7F7 RID: 51191 RVA: 0x002D4908 File Offset: 0x002D2B08
|
||||
[Token(Token = "0x600C7F7")]
|
||||
[Address(RVA = "0x2E7DE40", Offset = "0x2E7CE40", VA = "0x182E7DE40")]
|
||||
public Iso4217CurrencyCode(string alphabetic)
|
||||
{
|
||||
DerPrintableString derPrintableString = new DerPrintableString(alphabetic);
|
||||
this.obj = derPrintableString;
|
||||
}
|
||||
|
||||
// Token: 0x17001F08 RID: 7944
|
||||
// (get) Token: 0x0600C7F8 RID: 51192 RVA: 0x002D4930 File Offset: 0x002D2B30
|
||||
[Token(Token = "0x17001F08")]
|
||||
public bool IsAlphabetic
|
||||
{
|
||||
[Token(Token = "0x600C7F8")]
|
||||
[Address(RVA = "0x2E7DFF0", Offset = "0x2E7CFF0", VA = "0x182E7DFF0")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable = this.obj;
|
||||
if (asn1Encodable == 0)
|
||||
{
|
||||
return 0 != 0;
|
||||
}
|
||||
return asn1Encodable != 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F09 RID: 7945
|
||||
// (get) Token: 0x0600C7F9 RID: 51193 RVA: 0x002D495C File Offset: 0x002D2B5C
|
||||
[Token(Token = "0x17001F09")]
|
||||
public string Alphabetic
|
||||
{
|
||||
[Token(Token = "0x600C7F9")]
|
||||
[Address(RVA = "0x2E7DF20", Offset = "0x2E7CF20", VA = "0x182E7DF20")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
do
|
||||
{
|
||||
asn1Encodable = this.obj;
|
||||
}
|
||||
while (asn1Encodable == 0 || asn1Encodable == 0);
|
||||
Asn1Object asn1Object = asn1Encodable.ToAsn1Object();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F0A RID: 7946
|
||||
// (get) Token: 0x0600C7FA RID: 51194 RVA: 0x002D4988 File Offset: 0x002D2B88
|
||||
[Token(Token = "0x17001F0A")]
|
||||
public int Numeric
|
||||
{
|
||||
[Token(Token = "0x600C7FA")]
|
||||
[Address(RVA = "0x2E7E070", Offset = "0x2E7D070", VA = "0x182E7E070")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
do
|
||||
{
|
||||
asn1Encodable = this.obj;
|
||||
}
|
||||
while (asn1Encodable == 0 || asn1Encodable == 0);
|
||||
BigInteger bigInteger;
|
||||
return bigInteger.IntValue;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600C7FB RID: 51195 RVA: 0x002D49B4 File Offset: 0x002D2BB4
|
||||
[Token(Token = "0x600C7FB")]
|
||||
[Address(RVA = "0x415960", Offset = "0x414960", VA = "0x180415960", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
return this.obj.ToAsn1Object();
|
||||
}
|
||||
|
||||
// Token: 0x04007D84 RID: 32132
|
||||
[Token(Token = "0x4007D84")]
|
||||
internal const int AlphabeticMaxSize = 3;
|
||||
|
||||
// Token: 0x04007D85 RID: 32133
|
||||
[Token(Token = "0x4007D85")]
|
||||
internal const int NumericMinSize = 1;
|
||||
|
||||
// Token: 0x04007D86 RID: 32134
|
||||
[Token(Token = "0x4007D86")]
|
||||
internal const int NumericMaxSize = 999;
|
||||
|
||||
// Token: 0x04007D87 RID: 32135
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4007D87")]
|
||||
internal Asn1Encodable obj;
|
||||
}
|
||||
}
|
||||
+145
@@ -0,0 +1,145 @@
|
||||
using System;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001F1B RID: 7963
|
||||
[Token(Token = "0x2001F1B")]
|
||||
public class MonetaryValue : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600C7FC RID: 51196 RVA: 0x002D49D4 File Offset: 0x002D2BD4
|
||||
[Token(Token = "0x600C7FC")]
|
||||
[Address(RVA = "0x2E7FF00", Offset = "0x2E7EF00", VA = "0x182E7FF00")]
|
||||
public static MonetaryValue GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C7FC)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.MonetaryValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.MonetaryValue::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_5A:
|
||||
stloc:string(var_13_60, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_14_78, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_13_60)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600C7FD RID: 51197 RVA: 0x002D4A5C File Offset: 0x002D2C5C
|
||||
[Token(Token = "0x600C7FD")]
|
||||
[Address(RVA = "0x2E80340", Offset = "0x2E7F340", VA = "0x182E80340")]
|
||||
private MonetaryValue(Asn1Sequence seq)
|
||||
{
|
||||
Asn1SequenceParser parser = seq.Parser;
|
||||
Iso4217CurrencyCode iso4217CurrencyCode;
|
||||
this.currency = iso4217CurrencyCode;
|
||||
Asn1SequenceParser parser2 = seq.Parser;
|
||||
DerInteger derInteger;
|
||||
this.amount = derInteger;
|
||||
Asn1SequenceParser parser3 = seq.Parser;
|
||||
DerInteger derInteger2;
|
||||
this.exponent = derInteger2;
|
||||
}
|
||||
|
||||
// Token: 0x0600C7FE RID: 51198 RVA: 0x002D4AA4 File Offset: 0x002D2CA4
|
||||
[Token(Token = "0x600C7FE")]
|
||||
[Address(RVA = "0x2E80490", Offset = "0x2E7F490", VA = "0x182E80490")]
|
||||
public MonetaryValue(Iso4217CurrencyCode currency, int amount, int exponent)
|
||||
{
|
||||
this.currency = currency;
|
||||
DerInteger derInteger = new DerInteger(amount);
|
||||
this.amount = derInteger;
|
||||
DerInteger derInteger2 = new DerInteger(amount);
|
||||
this.exponent = derInteger2;
|
||||
}
|
||||
|
||||
// Token: 0x17001F0B RID: 7947
|
||||
// (get) Token: 0x0600C7FF RID: 51199 RVA: 0x002D4ADC File Offset: 0x002D2CDC
|
||||
[Token(Token = "0x17001F0B")]
|
||||
public Iso4217CurrencyCode Currency
|
||||
{
|
||||
[Token(Token = "0x600C7FF")]
|
||||
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
|
||||
get
|
||||
{
|
||||
return this.currency;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F0C RID: 7948
|
||||
// (get) Token: 0x0600C800 RID: 51200 RVA: 0x002D4AF0 File Offset: 0x002D2CF0
|
||||
[Token(Token = "0x17001F0C")]
|
||||
public BigInteger Amount
|
||||
{
|
||||
[Token(Token = "0x600C800")]
|
||||
[Address(RVA = "0x2E80530", Offset = "0x2E7F530", VA = "0x182E80530")]
|
||||
get
|
||||
{
|
||||
return this.amount.Value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F0D RID: 7949
|
||||
// (get) Token: 0x0600C801 RID: 51201 RVA: 0x002D4B10 File Offset: 0x002D2D10
|
||||
[Token(Token = "0x17001F0D")]
|
||||
public BigInteger Exponent
|
||||
{
|
||||
[Token(Token = "0x600C801")]
|
||||
[Address(RVA = "0x2E80550", Offset = "0x2E7F550", VA = "0x182E80550")]
|
||||
get
|
||||
{
|
||||
return this.exponent.Value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600C802 RID: 51202 RVA: 0x002D4B30 File Offset: 0x002D2D30
|
||||
[Token(Token = "0x600C802")]
|
||||
[Address(RVA = "0x2E801D0", Offset = "0x2E7F1D0", VA = "0x182E801D0", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[3];
|
||||
Iso4217CurrencyCode iso4217CurrencyCode = this.currency;
|
||||
if (iso4217CurrencyCode != 0)
|
||||
{
|
||||
}
|
||||
array[0] = iso4217CurrencyCode;
|
||||
DerInteger derInteger = this.amount;
|
||||
if (derInteger != 0)
|
||||
{
|
||||
}
|
||||
array[1] = derInteger;
|
||||
DerInteger derInteger2 = this.exponent;
|
||||
if (derInteger2 != 0)
|
||||
{
|
||||
}
|
||||
array[2] = derInteger2;
|
||||
DerSequence derSequence = new DerSequence(array);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04007D88 RID: 32136
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4007D88")]
|
||||
internal Iso4217CurrencyCode currency;
|
||||
|
||||
// Token: 0x04007D89 RID: 32137
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4007D89")]
|
||||
internal DerInteger amount;
|
||||
|
||||
// Token: 0x04007D8A RID: 32138
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4007D8A")]
|
||||
internal DerInteger exponent;
|
||||
}
|
||||
}
|
||||
+132
@@ -0,0 +1,132 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001F1C RID: 7964
|
||||
[Token(Token = "0x2001F1C")]
|
||||
public class QCStatement : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600C803 RID: 51203 RVA: 0x002D4B8C File Offset: 0x002D2D8C
|
||||
[Token(Token = "0x600C803")]
|
||||
[Address(RVA = "0x2E848D0", Offset = "0x2E838D0", VA = "0x182E848D0")]
|
||||
public static QCStatement GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C803)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_50:
|
||||
stloc:string(var_10_56, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_11_6E, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_10_56)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600C804 RID: 51204 RVA: 0x002D4C08 File Offset: 0x002D2E08
|
||||
[Token(Token = "0x600C804")]
|
||||
[Address(RVA = "0x2E84CA0", Offset = "0x2E83CA0", VA = "0x182E84CA0")]
|
||||
private QCStatement(Asn1Sequence seq)
|
||||
{
|
||||
Asn1SequenceParser parser = seq.Parser;
|
||||
DerObjectIdentifier derObjectIdentifier;
|
||||
this.qcStatementId = derObjectIdentifier;
|
||||
Asn1Encodable asn1Encodable;
|
||||
if (asn1Encodable > (ulong)1L)
|
||||
{
|
||||
Asn1SequenceParser parser2 = seq.Parser;
|
||||
this.qcStatementInfo = parser2;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600C805 RID: 51205 RVA: 0x002D4C44 File Offset: 0x002D2E44
|
||||
[Token(Token = "0x600C805")]
|
||||
[Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")]
|
||||
public QCStatement(DerObjectIdentifier qcStatementId)
|
||||
{
|
||||
this.qcStatementId = qcStatementId;
|
||||
}
|
||||
|
||||
// Token: 0x0600C806 RID: 51206 RVA: 0x002D4C60 File Offset: 0x002D2E60
|
||||
[Token(Token = "0x600C806")]
|
||||
[Address(RVA = "0x4714F0", Offset = "0x4704F0", VA = "0x1804714F0")]
|
||||
public QCStatement(DerObjectIdentifier qcStatementId, Asn1Encodable qcStatementInfo)
|
||||
{
|
||||
this.qcStatementId = qcStatementId;
|
||||
this.qcStatementInfo = qcStatementInfo;
|
||||
}
|
||||
|
||||
// Token: 0x17001F0E RID: 7950
|
||||
// (get) Token: 0x0600C807 RID: 51207 RVA: 0x002D4C84 File Offset: 0x002D2E84
|
||||
[Token(Token = "0x17001F0E")]
|
||||
public DerObjectIdentifier StatementId
|
||||
{
|
||||
[Token(Token = "0x600C807")]
|
||||
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
|
||||
get
|
||||
{
|
||||
return this.qcStatementId;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F0F RID: 7951
|
||||
// (get) Token: 0x0600C808 RID: 51208 RVA: 0x002D4C98 File Offset: 0x002D2E98
|
||||
[Token(Token = "0x17001F0F")]
|
||||
public Asn1Encodable StatementInfo
|
||||
{
|
||||
[Token(Token = "0x600C808")]
|
||||
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
|
||||
get
|
||||
{
|
||||
return this.qcStatementInfo;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600C809 RID: 51209 RVA: 0x002D4CAC File Offset: 0x002D2EAC
|
||||
[Token(Token = "0x600C809")]
|
||||
[Address(RVA = "0x2E84B30", Offset = "0x2E83B30", VA = "0x182E84B30", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[1];
|
||||
DerObjectIdentifier derObjectIdentifier = this.qcStatementId;
|
||||
if (derObjectIdentifier != 0)
|
||||
{
|
||||
}
|
||||
array[0] = derObjectIdentifier;
|
||||
Asn1EncodableVector asn1EncodableVector = new Asn1EncodableVector(array);
|
||||
if (this.qcStatementInfo != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array2 = new Asn1Encodable[1];
|
||||
Asn1Encodable asn1Encodable = this.qcStatementInfo;
|
||||
if (asn1Encodable != 0)
|
||||
{
|
||||
}
|
||||
array2[0] = asn1Encodable;
|
||||
asn1EncodableVector.Add(array2);
|
||||
}
|
||||
DerSequence derSequence = new DerSequence(asn1EncodableVector);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04007D8B RID: 32139
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4007D8B")]
|
||||
private readonly DerObjectIdentifier qcStatementId;
|
||||
|
||||
// Token: 0x04007D8C RID: 32140
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4007D8C")]
|
||||
private readonly Asn1Encodable qcStatementInfo;
|
||||
}
|
||||
}
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001F1D RID: 7965
|
||||
[Token(Token = "0x2001F1D")]
|
||||
public sealed class Rfc3739QCObjectIdentifiers
|
||||
{
|
||||
// Token: 0x0600C80A RID: 51210 RVA: 0x002D4D18 File Offset: 0x002D2F18
|
||||
[Token(Token = "0x600C80A")]
|
||||
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
||||
private Rfc3739QCObjectIdentifiers()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04007D8D RID: 32141
|
||||
[Token(Token = "0x4007D8D")]
|
||||
public static readonly DerObjectIdentifier IdQcs = new DerObjectIdentifier("1.3.6.1.5.5.7.11");
|
||||
|
||||
// Token: 0x04007D8E RID: 32142
|
||||
[Token(Token = "0x4007D8E")]
|
||||
public static readonly DerObjectIdentifier IdQcsPkixQCSyntaxV1 = new DerObjectIdentifier(Rfc3739QCObjectIdentifiers.IdQcs + ".1");
|
||||
|
||||
// Token: 0x04007D8F RID: 32143
|
||||
[Token(Token = "0x4007D8F")]
|
||||
public static readonly DerObjectIdentifier IdQcsPkixQCSyntaxV2 = new DerObjectIdentifier(Rfc3739QCObjectIdentifiers.IdQcs + ".2");
|
||||
}
|
||||
}
|
||||
+164
@@ -0,0 +1,164 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001F1E RID: 7966
|
||||
[Token(Token = "0x2001F1E")]
|
||||
public class SemanticsInformation : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600C80C RID: 51212 RVA: 0x002D4D7C File Offset: 0x002D2F7C
|
||||
[Token(Token = "0x600C80C")]
|
||||
[Address(RVA = "0x2E865C0", Offset = "0x2E855C0", VA = "0x182E865C0")]
|
||||
public static SemanticsInformation GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C80C)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.SemanticsInformation BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.SemanticsInformation::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_32:
|
||||
stloc:string(var_7_38, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_8_50, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_7_38)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600C80D RID: 51213 RVA: 0x002D4DDC File Offset: 0x002D2FDC
|
||||
[Token(Token = "0x600C80D")]
|
||||
[Address(RVA = "0x2E86930", Offset = "0x2E85930", VA = "0x182E86930")]
|
||||
public SemanticsInformation(Asn1Sequence seq)
|
||||
{
|
||||
IEnumerator enumerator = seq.GetEnumerator();
|
||||
if (enumerator != 0)
|
||||
{
|
||||
int num = 0;
|
||||
if (enumerator != 0)
|
||||
{
|
||||
DerObjectIdentifier derObjectIdentifier;
|
||||
this.semanticsIdentifier = derObjectIdentifier;
|
||||
if (derObjectIdentifier == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (enumerator != 0)
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
GeneralName[] array = new GeneralName[asn1Encodable];
|
||||
this.nameRegistrationAuthorities = array;
|
||||
Asn1Encodable asn1Encodable2;
|
||||
if (num < asn1Encodable2)
|
||||
{
|
||||
GeneralName[] array2 = this.nameRegistrationAuthorities;
|
||||
Asn1Sequence asn1Sequence;
|
||||
Asn1SequenceParser parser = asn1Sequence.Parser;
|
||||
GeneralName generalName;
|
||||
if (generalName != 0)
|
||||
{
|
||||
}
|
||||
num++;
|
||||
array2[0] = generalName;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600C80E RID: 51214 RVA: 0x002D4E54 File Offset: 0x002D3054
|
||||
[Token(Token = "0x600C80E")]
|
||||
[Address(RVA = "0x4714F0", Offset = "0x4704F0", VA = "0x1804714F0")]
|
||||
public SemanticsInformation(DerObjectIdentifier semanticsIdentifier, GeneralName[] generalNames)
|
||||
{
|
||||
this.semanticsIdentifier = semanticsIdentifier;
|
||||
this.nameRegistrationAuthorities = generalNames;
|
||||
}
|
||||
|
||||
// Token: 0x0600C80F RID: 51215 RVA: 0x002D4E78 File Offset: 0x002D3078
|
||||
[Token(Token = "0x600C80F")]
|
||||
[Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")]
|
||||
public SemanticsInformation(DerObjectIdentifier semanticsIdentifier)
|
||||
{
|
||||
this.semanticsIdentifier = semanticsIdentifier;
|
||||
}
|
||||
|
||||
// Token: 0x0600C810 RID: 51216 RVA: 0x002D4E94 File Offset: 0x002D3094
|
||||
[Token(Token = "0x600C810")]
|
||||
[Address(RVA = "0xA1AEE0", Offset = "0xA19EE0", VA = "0x180A1AEE0")]
|
||||
public SemanticsInformation(GeneralName[] generalNames)
|
||||
{
|
||||
this.nameRegistrationAuthorities = generalNames;
|
||||
}
|
||||
|
||||
// Token: 0x17001F10 RID: 7952
|
||||
// (get) Token: 0x0600C811 RID: 51217 RVA: 0x002D4EB0 File Offset: 0x002D30B0
|
||||
[Token(Token = "0x17001F10")]
|
||||
public DerObjectIdentifier SemanticsIdentifier
|
||||
{
|
||||
[Token(Token = "0x600C811")]
|
||||
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
|
||||
get
|
||||
{
|
||||
return this.semanticsIdentifier;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600C812 RID: 51218 RVA: 0x002D4EC4 File Offset: 0x002D30C4
|
||||
[Token(Token = "0x600C812")]
|
||||
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
|
||||
public GeneralName[] GetNameRegistrationAuthorities()
|
||||
{
|
||||
return this.nameRegistrationAuthorities;
|
||||
}
|
||||
|
||||
// Token: 0x0600C813 RID: 51219 RVA: 0x002D4ED8 File Offset: 0x002D30D8
|
||||
[Token(Token = "0x600C813")]
|
||||
[Address(RVA = "0x2E86770", Offset = "0x2E85770", VA = "0x182E86770", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1EncodableVector asn1EncodableVector;
|
||||
if (this.semanticsIdentifier != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[1];
|
||||
DerObjectIdentifier derObjectIdentifier = this.semanticsIdentifier;
|
||||
if (derObjectIdentifier != 0)
|
||||
{
|
||||
}
|
||||
array[0] = derObjectIdentifier;
|
||||
asn1EncodableVector.Add(array);
|
||||
}
|
||||
if (this.nameRegistrationAuthorities != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array2 = new Asn1Encodable[1];
|
||||
DerSequence derSequence = new DerSequence(this.nameRegistrationAuthorities);
|
||||
if (derSequence != 0)
|
||||
{
|
||||
}
|
||||
array2[0] = derSequence;
|
||||
asn1EncodableVector.Add(array2);
|
||||
}
|
||||
DerSequence derSequence2 = new DerSequence(asn1EncodableVector);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04007D90 RID: 32144
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4007D90")]
|
||||
private readonly DerObjectIdentifier semanticsIdentifier;
|
||||
|
||||
// Token: 0x04007D91 RID: 32145
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4007D91")]
|
||||
private readonly GeneralName[] nameRegistrationAuthorities;
|
||||
}
|
||||
}
|
||||
+167
@@ -0,0 +1,167 @@
|
||||
using System;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001F1F RID: 7967
|
||||
[Token(Token = "0x2001F1F")]
|
||||
public class TypeOfBiometricData : Asn1Encodable, IAsn1Choice
|
||||
{
|
||||
// Token: 0x0600C814 RID: 51220 RVA: 0x002D4F54 File Offset: 0x002D3154
|
||||
[Token(Token = "0x600C814")]
|
||||
[Address(RVA = "0x2E8A900", Offset = "0x2E89900", VA = "0x182E8A900")]
|
||||
public static TypeOfBiometricData GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C814)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_8A:
|
||||
stloc:ArgumentException(var_12_9B, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string[exp:object]("unknow PredefinedBiometricType : "), ldloc:ArgumentException[exp:object](var_11))))
|
||||
}
|
||||
|
||||
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: 0x0600C815 RID: 51221 RVA: 0x002D5000 File Offset: 0x002D3200
|
||||
[Token(Token = "0x600C815")]
|
||||
[Address(RVA = "0x2E8ABF0", Offset = "0x2E89BF0", VA = "0x182E8ABF0")]
|
||||
public TypeOfBiometricData(int predefinedBiometricType)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C815)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData::.ctor(System.Int32)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_1D:
|
||||
stloc:ArgumentException(var_1_2D, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string[exp:object]("unknow PredefinedBiometricType : "), ldloc:int32[exp:object](predefinedBiometricType))))
|
||||
}
|
||||
|
||||
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
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: 0x0600C816 RID: 51222 RVA: 0x002D503C File Offset: 0x002D323C
|
||||
[Token(Token = "0x600C816")]
|
||||
[Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")]
|
||||
public TypeOfBiometricData(DerObjectIdentifier biometricDataOid)
|
||||
{
|
||||
this.obj = biometricDataOid;
|
||||
}
|
||||
|
||||
// Token: 0x17001F11 RID: 7953
|
||||
// (get) Token: 0x0600C817 RID: 51223 RVA: 0x002D5058 File Offset: 0x002D3258
|
||||
[Token(Token = "0x17001F11")]
|
||||
public bool IsPredefined
|
||||
{
|
||||
[Token(Token = "0x600C817")]
|
||||
[Address(RVA = "0x2E8AD40", Offset = "0x2E89D40", VA = "0x182E8AD40")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable = this.obj;
|
||||
if (asn1Encodable == 0)
|
||||
{
|
||||
return 0 != 0;
|
||||
}
|
||||
return asn1Encodable != 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F12 RID: 7954
|
||||
// (get) Token: 0x0600C818 RID: 51224 RVA: 0x002D5084 File Offset: 0x002D3284
|
||||
[Token(Token = "0x17001F12")]
|
||||
public int PredefinedBiometricType
|
||||
{
|
||||
[Token(Token = "0x600C818")]
|
||||
[Address(RVA = "0x2E8ADC0", Offset = "0x2E89DC0", VA = "0x182E8ADC0")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
do
|
||||
{
|
||||
asn1Encodable = this.obj;
|
||||
}
|
||||
while (asn1Encodable == 0 || asn1Encodable == 0);
|
||||
BigInteger bigInteger;
|
||||
return bigInteger.IntValue;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001F13 RID: 7955
|
||||
// (get) Token: 0x0600C819 RID: 51225 RVA: 0x002D50B0 File Offset: 0x002D32B0
|
||||
[Token(Token = "0x17001F13")]
|
||||
public DerObjectIdentifier BiometricDataOid
|
||||
{
|
||||
[Token(Token = "0x600C819")]
|
||||
[Address(RVA = "0x2E8ACC0", Offset = "0x2E89CC0", VA = "0x182E8ACC0")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C819)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData::get_BiometricDataOid()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_0F:
|
||||
brtrue(IL_0F, cne:bool(ldloc:Asn1Encodable(var_0_06), ldc.i4:int32[exp:Asn1Encodable](0)))
|
||||
}
|
||||
|
||||
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
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: 0x0600C81A RID: 51226 RVA: 0x002D50D0 File Offset: 0x002D32D0
|
||||
[Token(Token = "0x600C81A")]
|
||||
[Address(RVA = "0x415960", Offset = "0x414960", VA = "0x180415960", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
return this.obj.ToAsn1Object();
|
||||
}
|
||||
|
||||
// Token: 0x04007D92 RID: 32146
|
||||
[Token(Token = "0x4007D92")]
|
||||
public const int Picture = 0;
|
||||
|
||||
// Token: 0x04007D93 RID: 32147
|
||||
[Token(Token = "0x4007D93")]
|
||||
public const int HandwrittenSignature = 1;
|
||||
|
||||
// Token: 0x04007D94 RID: 32148
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4007D94")]
|
||||
internal Asn1Encodable obj;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user