oh dear
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
|
||||
{
|
||||
// Token: 0x02001D2C RID: 7468
|
||||
[Token(Token = "0x2001D2C")]
|
||||
public class CmsAuthenticatedGenerator : CmsEnvelopedGenerator
|
||||
{
|
||||
// Token: 0x0600BD12 RID: 48402 RVA: 0x002B03F4 File Offset: 0x002AE5F4
|
||||
[Token(Token = "0x600BD12")]
|
||||
[Address(RVA = "0x165F8B0", Offset = "0x165E6B0", VA = "0x18165F8B0")]
|
||||
public CmsAuthenticatedGenerator()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600BD13 RID: 48403 RVA: 0x002B0408 File Offset: 0x002AE608
|
||||
[Token(Token = "0x600BD13")]
|
||||
[Address(RVA = "0x1661370", Offset = "0x1660170", VA = "0x181661370")]
|
||||
public CmsAuthenticatedGenerator(SecureRandom rand)
|
||||
{
|
||||
IList list = Platform.CreateArrayList();
|
||||
this.recipientInfoGenerators = list;
|
||||
base..ctor();
|
||||
this.rand = rand;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user