Files
2026-04-08 23:40:05 +02:00

34 lines
1015 B
C#

using System;
using System.Collections;
using System.Runtime.InteropServices;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x0200174F RID: 5967
[Token(Token = "0x200174F")]
[StructLayout(3)]
public class CmsAuthenticatedGenerator : CmsEnvelopedGenerator
{
// Token: 0x0600A138 RID: 41272 RVA: 0x00257F64 File Offset: 0x00256164
[Token(Token = "0x600A138")]
[Address(RVA = "0x1C71F20", Offset = "0x1C70920", VA = "0x181C71F20")]
public CmsAuthenticatedGenerator()
{
}
// Token: 0x0600A139 RID: 41273 RVA: 0x00257F78 File Offset: 0x00256178
[Token(Token = "0x600A139")]
[Address(RVA = "0x1C73AF0", Offset = "0x1C724F0", VA = "0x181C73AF0")]
public CmsAuthenticatedGenerator(SecureRandom rand)
{
IList list = Platform.CreateArrayList();
this.recipientInfoGenerators = list;
base..ctor();
this.rand = rand;
}
}
}