This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,33 @@
using System;
using System.Collections;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x02001D6E RID: 7534
[Token(Token = "0x2001D6E")]
public class SimpleAttributeTableGenerator : CmsAttributeTableGenerator
{
// Token: 0x0600BED0 RID: 48848 RVA: 0x002B7AF4 File Offset: 0x002B5CF4
[Token(Token = "0x600BED0")]
[Address(RVA = "0x3FFB80", Offset = "0x3FE980", VA = "0x1803FFB80")]
public SimpleAttributeTableGenerator(AttributeTable attributes)
{
this.attributes = attributes;
}
// Token: 0x0600BED1 RID: 48849 RVA: 0x002B7B10 File Offset: 0x002B5D10
[Token(Token = "0x600BED1")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20", Slot = "5")]
public virtual AttributeTable GetAttributes(IDictionary parameters)
{
return this.attributes;
}
// Token: 0x04007952 RID: 31058
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4007952")]
private readonly AttributeTable attributes;
}
}