m
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: 0x02001E0C RID: 7692
|
||||
[Token(Token = "0x2001E0C")]
|
||||
public class CmsAuthenticatedGenerator : CmsEnvelopedGenerator
|
||||
{
|
||||
// Token: 0x0600C0E0 RID: 49376 RVA: 0x002B8C5C File Offset: 0x002B6E5C
|
||||
[Token(Token = "0x600C0E0")]
|
||||
[Address(RVA = "0x2140F20", Offset = "0x213FF20", VA = "0x182140F20")]
|
||||
public CmsAuthenticatedGenerator()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600C0E1 RID: 49377 RVA: 0x002B8C70 File Offset: 0x002B6E70
|
||||
[Token(Token = "0x600C0E1")]
|
||||
[Address(RVA = "0x21429E0", Offset = "0x21419E0", VA = "0x1821429E0")]
|
||||
public CmsAuthenticatedGenerator(SecureRandom rand)
|
||||
{
|
||||
IList list = Platform.CreateArrayList();
|
||||
this.recipientInfoGenerators = list;
|
||||
base..ctor();
|
||||
this.rand = rand;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user