412 lines
17 KiB
C#
412 lines
17 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp
|
|
{
|
|
// Token: 0x02001981 RID: 6529
|
|
[Token(Token = "0x2001981")]
|
|
[StructLayout(3)]
|
|
public class PkiHeaderBuilder
|
|
{
|
|
// Token: 0x0600AF50 RID: 44880 RVA: 0x00290674 File Offset: 0x0028E874
|
|
[Token(Token = "0x600AF50")]
|
|
[Address(RVA = "0x28F7FE0", Offset = "0x28F69E0", VA = "0x1828F7FE0")]
|
|
public PkiHeaderBuilder(int pvno, GeneralName sender, GeneralName recipient)
|
|
{
|
|
DerInteger derInteger = new DerInteger(pvno);
|
|
int num = 0;
|
|
int num2 = 0;
|
|
base.FieldGetter(num2, num, recipient);
|
|
this.pvno = derInteger;
|
|
this.sender = sender;
|
|
this.recipient = recipient;
|
|
}
|
|
|
|
// Token: 0x0600AF51 RID: 44881 RVA: 0x002906AC File Offset: 0x0028E8AC
|
|
[Token(Token = "0x600AF51")]
|
|
[Address(RVA = "0x74BD80", Offset = "0x74A780", VA = "0x18074BD80")]
|
|
private PkiHeaderBuilder(DerInteger pvno, GeneralName sender, GeneralName recipient)
|
|
{
|
|
this.pvno = pvno;
|
|
this.sender = sender;
|
|
this.recipient = recipient;
|
|
}
|
|
|
|
// Token: 0x0600AF52 RID: 44882 RVA: 0x002906D4 File Offset: 0x0028E8D4
|
|
[Token(Token = "0x600AF52")]
|
|
[Address(RVA = "0x1E87640", Offset = "0x1E86040", VA = "0x181E87640", Slot = "4")]
|
|
public virtual PkiHeaderBuilder SetMessageTime(DerGeneralizedTime time)
|
|
{
|
|
this.messageTime = time;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF53 RID: 44883 RVA: 0x002906EC File Offset: 0x0028E8EC
|
|
[Token(Token = "0x600AF53")]
|
|
[Address(RVA = "0x12D4620", Offset = "0x12D3020", VA = "0x1812D4620", Slot = "5")]
|
|
public virtual PkiHeaderBuilder SetProtectionAlg(AlgorithmIdentifier aid)
|
|
{
|
|
this.protectionAlg = aid;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF54 RID: 44884 RVA: 0x00290704 File Offset: 0x0028E904
|
|
[Token(Token = "0x600AF54")]
|
|
[Address(RVA = "0x28F7E30", Offset = "0x28F6830", VA = "0x1828F7E30", Slot = "6")]
|
|
public virtual PkiHeaderBuilder SetSenderKID(byte[] kid)
|
|
{
|
|
if (kid == 0)
|
|
{
|
|
}
|
|
DerOctetString derOctetString = new DerOctetString(kid);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0600AF55 RID: 44885 RVA: 0x00290724 File Offset: 0x0028E924
|
|
[Token(Token = "0x600AF55")]
|
|
[Address(RVA = "0x1C075B0", Offset = "0x1C05FB0", VA = "0x181C075B0", Slot = "7")]
|
|
public virtual PkiHeaderBuilder SetSenderKID(Asn1OctetString kid)
|
|
{
|
|
this.senderKID = kid;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF56 RID: 44886 RVA: 0x0029073C File Offset: 0x0028E93C
|
|
[Token(Token = "0x600AF56")]
|
|
[Address(RVA = "0x28F7D10", Offset = "0x28F6710", VA = "0x1828F7D10", Slot = "8")]
|
|
public virtual PkiHeaderBuilder SetRecipKID(byte[] kid)
|
|
{
|
|
if (kid == 0)
|
|
{
|
|
}
|
|
DerOctetString derOctetString = new DerOctetString(kid);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0600AF57 RID: 44887 RVA: 0x0029075C File Offset: 0x0028E95C
|
|
[Token(Token = "0x600AF57")]
|
|
[Address(RVA = "0x1ECC590", Offset = "0x1ECAF90", VA = "0x181ECC590", Slot = "9")]
|
|
public virtual PkiHeaderBuilder SetRecipKID(DerOctetString kid)
|
|
{
|
|
this.recipKID = kid;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF58 RID: 44888 RVA: 0x00290774 File Offset: 0x0028E974
|
|
[Token(Token = "0x600AF58")]
|
|
[Address(RVA = "0x28F7F50", Offset = "0x28F6950", VA = "0x1828F7F50", Slot = "10")]
|
|
public virtual PkiHeaderBuilder SetTransactionID(byte[] tid)
|
|
{
|
|
if (tid == 0)
|
|
{
|
|
}
|
|
DerOctetString derOctetString = new DerOctetString(tid);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0600AF59 RID: 44889 RVA: 0x00290794 File Offset: 0x0028E994
|
|
[Token(Token = "0x600AF59")]
|
|
[Address(RVA = "0x1ECC580", Offset = "0x1ECAF80", VA = "0x181ECC580", Slot = "11")]
|
|
public virtual PkiHeaderBuilder SetTransactionID(Asn1OctetString tid)
|
|
{
|
|
this.transactionID = tid;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF5A RID: 44890 RVA: 0x002907AC File Offset: 0x0028E9AC
|
|
[Token(Token = "0x600AF5A")]
|
|
[Address(RVA = "0x28F7EC0", Offset = "0x28F68C0", VA = "0x1828F7EC0", Slot = "12")]
|
|
public virtual PkiHeaderBuilder SetSenderNonce(byte[] nonce)
|
|
{
|
|
if (nonce == 0)
|
|
{
|
|
}
|
|
DerOctetString derOctetString = new DerOctetString(nonce);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0600AF5B RID: 44891 RVA: 0x002907CC File Offset: 0x0028E9CC
|
|
[Token(Token = "0x600AF5B")]
|
|
[Address(RVA = "0x1ECC5A0", Offset = "0x1ECAFA0", VA = "0x181ECC5A0", Slot = "13")]
|
|
public virtual PkiHeaderBuilder SetSenderNonce(Asn1OctetString nonce)
|
|
{
|
|
this.senderNonce = nonce;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF5C RID: 44892 RVA: 0x002907E4 File Offset: 0x0028E9E4
|
|
[Token(Token = "0x600AF5C")]
|
|
[Address(RVA = "0x28F7DA0", Offset = "0x28F67A0", VA = "0x1828F7DA0", Slot = "14")]
|
|
public virtual PkiHeaderBuilder SetRecipNonce(byte[] nonce)
|
|
{
|
|
if (nonce == 0)
|
|
{
|
|
}
|
|
DerOctetString derOctetString = new DerOctetString(nonce);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0600AF5D RID: 44893 RVA: 0x00290804 File Offset: 0x0028EA04
|
|
[Token(Token = "0x600AF5D")]
|
|
[Address(RVA = "0x1ECC570", Offset = "0x1ECAF70", VA = "0x181ECC570", Slot = "15")]
|
|
public virtual PkiHeaderBuilder SetRecipNonce(Asn1OctetString nonce)
|
|
{
|
|
this.recipNonce = nonce;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF5E RID: 44894 RVA: 0x0029081C File Offset: 0x0028EA1C
|
|
[Token(Token = "0x600AF5E")]
|
|
[Address(RVA = "0x28F7B10", Offset = "0x28F6510", VA = "0x1828F7B10", Slot = "16")]
|
|
public virtual PkiHeaderBuilder SetFreeText(PkiFreeText text)
|
|
{
|
|
this.freeText = text;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF5F RID: 44895 RVA: 0x00290834 File Offset: 0x0028EA34
|
|
[Token(Token = "0x600AF5F")]
|
|
[Address(RVA = "0x28F7B20", Offset = "0x28F6520", VA = "0x1828F7B20", Slot = "17")]
|
|
public virtual PkiHeaderBuilder SetGeneralInfo(InfoTypeAndValue genInfo)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0600AF5F)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetGeneralInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:DerSequence(var_0_06, newobj:DerSequence(DerSequence::.ctor, ldloc:InfoTypeAndValue[exp:Asn1Encodable](genInfo)))
|
|
}
|
|
|
|
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: 0x0600AF60 RID: 44896 RVA: 0x00290848 File Offset: 0x0028EA48
|
|
[Token(Token = "0x600AF60")]
|
|
[Address(RVA = "0x28F7BA0", Offset = "0x28F65A0", VA = "0x1828F7BA0", Slot = "18")]
|
|
public virtual PkiHeaderBuilder SetGeneralInfo(InfoTypeAndValue[] genInfos)
|
|
{
|
|
int num = 0;
|
|
if (genInfos != 0)
|
|
{
|
|
Asn1EncodableVector asn1EncodableVector = new Asn1EncodableVector(genInfos);
|
|
if (num < genInfos.Length)
|
|
{
|
|
Asn1Encodable[] array = new Asn1Encodable[1];
|
|
InfoTypeAndValue infoTypeAndValue = genInfos[num];
|
|
if (infoTypeAndValue != 0)
|
|
{
|
|
}
|
|
array[0] = infoTypeAndValue;
|
|
asn1EncodableVector.Add(array);
|
|
num++;
|
|
}
|
|
DerSequence derSequence = new DerSequence(asn1EncodableVector);
|
|
}
|
|
throw new ArrayTypeMismatchException();
|
|
}
|
|
|
|
// Token: 0x0600AF61 RID: 44897 RVA: 0x002908A0 File Offset: 0x0028EAA0
|
|
[Token(Token = "0x600AF61")]
|
|
[Address(RVA = "0x28F7D00", Offset = "0x28F6700", VA = "0x1828F7D00", Slot = "19")]
|
|
public virtual PkiHeaderBuilder SetGeneralInfo(Asn1Sequence seqOfInfoTypeAndValue)
|
|
{
|
|
this.generalInfo = seqOfInfoTypeAndValue;
|
|
return this;
|
|
}
|
|
|
|
// Token: 0x0600AF62 RID: 44898 RVA: 0x002908B8 File Offset: 0x0028EAB8
|
|
[Token(Token = "0x600AF62")]
|
|
[Address(RVA = "0x28F7AB0", Offset = "0x28F64B0", VA = "0x1828F7AB0")]
|
|
private static Asn1Sequence MakeGeneralInfoSeq(InfoTypeAndValue generalInfo)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0600AF62)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::MakeGeneralInfoSeq(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:DerSequence(var_0_06, newobj:DerSequence(DerSequence::.ctor, ldloc:InfoTypeAndValue[exp:Asn1Encodable](generalInfo)))
|
|
}
|
|
|
|
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: 0x0600AF63 RID: 44899 RVA: 0x002908CC File Offset: 0x0028EACC
|
|
[Token(Token = "0x600AF63")]
|
|
[Address(RVA = "0x28F7960", Offset = "0x28F6360", VA = "0x1828F7960")]
|
|
private static Asn1Sequence MakeGeneralInfoSeq(InfoTypeAndValue[] generalInfos)
|
|
{
|
|
int num = 0;
|
|
if (generalInfos != 0)
|
|
{
|
|
Asn1EncodableVector asn1EncodableVector;
|
|
if (num < generalInfos.Length)
|
|
{
|
|
Asn1Encodable[] array = new Asn1Encodable[1];
|
|
InfoTypeAndValue infoTypeAndValue = generalInfos[num];
|
|
if (infoTypeAndValue != 0)
|
|
{
|
|
}
|
|
array[0] = infoTypeAndValue;
|
|
asn1EncodableVector.Add(array);
|
|
num++;
|
|
}
|
|
DerSequence derSequence = new DerSequence(asn1EncodableVector);
|
|
}
|
|
throw new ArrayTypeMismatchException();
|
|
}
|
|
|
|
// Token: 0x0600AF64 RID: 44900 RVA: 0x0029091C File Offset: 0x0028EB1C
|
|
[Token(Token = "0x600AF64")]
|
|
[Address(RVA = "0x28F76B0", Offset = "0x28F60B0", VA = "0x1828F76B0", Slot = "20")]
|
|
public virtual PkiHeader Build()
|
|
{
|
|
Asn1Encodable[] array = new Asn1Encodable[3];
|
|
DerInteger derInteger = this.pvno;
|
|
if (derInteger != 0)
|
|
{
|
|
}
|
|
array[0] = derInteger;
|
|
GeneralName generalName = this.sender;
|
|
if (generalName != 0)
|
|
{
|
|
}
|
|
array[1] = generalName;
|
|
GeneralName generalName2 = this.recipient;
|
|
if (generalName2 != 0)
|
|
{
|
|
}
|
|
array[2] = generalName2;
|
|
Asn1EncodableVector asn1EncodableVector = new Asn1EncodableVector(array);
|
|
DerGeneralizedTime derGeneralizedTime = this.messageTime;
|
|
int num = 0;
|
|
int num2 = 0;
|
|
this.AddOptional(asn1EncodableVector, num2, derGeneralizedTime);
|
|
AlgorithmIdentifier algorithmIdentifier = this.protectionAlg;
|
|
this.AddOptional(asn1EncodableVector, 1, algorithmIdentifier);
|
|
Asn1OctetString asn1OctetString = this.senderKID;
|
|
this.AddOptional(asn1EncodableVector, 2, asn1OctetString);
|
|
Asn1OctetString asn1OctetString2 = this.recipKID;
|
|
this.AddOptional(asn1EncodableVector, 3, asn1OctetString2);
|
|
Asn1OctetString asn1OctetString3 = this.transactionID;
|
|
this.AddOptional(asn1EncodableVector, 4, asn1OctetString3);
|
|
Asn1OctetString asn1OctetString4 = this.senderNonce;
|
|
this.AddOptional(asn1EncodableVector, 5, asn1OctetString4);
|
|
Asn1OctetString asn1OctetString5 = this.recipNonce;
|
|
this.AddOptional(asn1EncodableVector, 6, asn1OctetString5);
|
|
PkiFreeText pkiFreeText = this.freeText;
|
|
this.AddOptional(asn1EncodableVector, 7, pkiFreeText);
|
|
Asn1Sequence asn1Sequence = this.generalInfo;
|
|
this.AddOptional(asn1EncodableVector, 8, asn1Sequence);
|
|
this.messageTime = num;
|
|
this.protectionAlg = num;
|
|
this.senderKID = num;
|
|
this.recipKID = num;
|
|
this.transactionID = num;
|
|
this.senderNonce = num;
|
|
this.recipNonce = num;
|
|
this.freeText = num;
|
|
this.generalInfo = num;
|
|
return PkiHeader.GetInstance(new DerSequence(asn1EncodableVector));
|
|
}
|
|
|
|
// Token: 0x0600AF65 RID: 44901 RVA: 0x00290A80 File Offset: 0x0028EC80
|
|
[Token(Token = "0x600AF65")]
|
|
[Address(RVA = "0x28F75B0", Offset = "0x28F5FB0", VA = "0x1828F75B0")]
|
|
private void AddOptional(Asn1EncodableVector v, int tagNo, Asn1Encodable obj)
|
|
{
|
|
if (obj != 0)
|
|
{
|
|
Asn1Encodable[] array = new Asn1Encodable[1];
|
|
DerTaggedObject derTaggedObject = new DerTaggedObject(true, tagNo, obj);
|
|
if (derTaggedObject != 0)
|
|
{
|
|
}
|
|
array[0] = derTaggedObject;
|
|
v.Add(array);
|
|
}
|
|
}
|
|
|
|
// Token: 0x04007338 RID: 29496
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x4007338")]
|
|
private DerInteger pvno;
|
|
|
|
// Token: 0x04007339 RID: 29497
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x4007339")]
|
|
private GeneralName sender;
|
|
|
|
// Token: 0x0400733A RID: 29498
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x400733A")]
|
|
private GeneralName recipient;
|
|
|
|
// Token: 0x0400733B RID: 29499
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x400733B")]
|
|
private DerGeneralizedTime messageTime;
|
|
|
|
// Token: 0x0400733C RID: 29500
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
|
[Token(Token = "0x400733C")]
|
|
private AlgorithmIdentifier protectionAlg;
|
|
|
|
// Token: 0x0400733D RID: 29501
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
|
[Token(Token = "0x400733D")]
|
|
private Asn1OctetString senderKID;
|
|
|
|
// Token: 0x0400733E RID: 29502
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
|
[Token(Token = "0x400733E")]
|
|
private Asn1OctetString recipKID;
|
|
|
|
// Token: 0x0400733F RID: 29503
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
|
[Token(Token = "0x400733F")]
|
|
private Asn1OctetString transactionID;
|
|
|
|
// Token: 0x04007340 RID: 29504
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
|
|
[Token(Token = "0x4007340")]
|
|
private Asn1OctetString senderNonce;
|
|
|
|
// Token: 0x04007341 RID: 29505
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x4007341")]
|
|
private Asn1OctetString recipNonce;
|
|
|
|
// Token: 0x04007342 RID: 29506
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
|
|
[Token(Token = "0x4007342")]
|
|
private PkiFreeText freeText;
|
|
|
|
// Token: 0x04007343 RID: 29507
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x68")]
|
|
[Token(Token = "0x4007343")]
|
|
private Asn1Sequence generalInfo;
|
|
}
|
|
}
|