m
This commit is contained in:
+33
@@ -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: 0x02001E4E RID: 7758
|
||||
[Token(Token = "0x2001E4E")]
|
||||
public class SimpleAttributeTableGenerator : CmsAttributeTableGenerator
|
||||
{
|
||||
// Token: 0x0600C29E RID: 49822 RVA: 0x002C03EC File Offset: 0x002BE5EC
|
||||
[Token(Token = "0x600C29E")]
|
||||
[Address(RVA = "0x493D90", Offset = "0x492D90", VA = "0x180493D90")]
|
||||
public SimpleAttributeTableGenerator(AttributeTable attributes)
|
||||
{
|
||||
this.attributes = attributes;
|
||||
}
|
||||
|
||||
// Token: 0x0600C29F RID: 49823 RVA: 0x002C0408 File Offset: 0x002BE608
|
||||
[Token(Token = "0x600C29F")]
|
||||
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530", Slot = "5")]
|
||||
public virtual AttributeTable GetAttributes(IDictionary parameters)
|
||||
{
|
||||
return this.attributes;
|
||||
}
|
||||
|
||||
// Token: 0x04007B0B RID: 31499
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4007B0B")]
|
||||
private readonly AttributeTable attributes;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user