Files
Apr2020-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Cms/CmsAuthEnvelopedGenerator.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

43 lines
1.4 KiB
C#

using System;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x02001D26 RID: 7462
[Token(Token = "0x2001D26")]
internal class CmsAuthEnvelopedGenerator
{
// Token: 0x0600BCEC RID: 48364 RVA: 0x002AF9F4 File Offset: 0x002ADBF4
[Token(Token = "0x600BCEC")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public CmsAuthEnvelopedGenerator()
{
}
// Token: 0x04007851 RID: 30801
[Token(Token = "0x4007851")]
public static readonly string Aes128Ccm = NistObjectIdentifiers.IdAes128Ccm.identifier;
// Token: 0x04007852 RID: 30802
[Token(Token = "0x4007852")]
public static readonly string Aes192Ccm = NistObjectIdentifiers.IdAes192Ccm.identifier;
// Token: 0x04007853 RID: 30803
[Token(Token = "0x4007853")]
public static readonly string Aes256Ccm = NistObjectIdentifiers.IdAes256Ccm.identifier;
// Token: 0x04007854 RID: 30804
[Token(Token = "0x4007854")]
public static readonly string Aes128Gcm = NistObjectIdentifiers.IdAes128Gcm.identifier;
// Token: 0x04007855 RID: 30805
[Token(Token = "0x4007855")]
public static readonly string Aes192Gcm = NistObjectIdentifiers.IdAes192Gcm.identifier;
// Token: 0x04007856 RID: 30806
[Token(Token = "0x4007856")]
public static readonly string Aes256Gcm = NistObjectIdentifiers.IdAes256Gcm.identifier;
}
}