Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Cms/CmsAuthEnvelopedGenerator.cs
T
2026-04-08 23:40:05 +02:00

45 lines
1.4 KiB
C#

using System;
using System.Runtime.InteropServices;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x02001749 RID: 5961
[Token(Token = "0x2001749")]
[StructLayout(3)]
internal class CmsAuthEnvelopedGenerator
{
// Token: 0x0600A112 RID: 41234 RVA: 0x0025751C File Offset: 0x0025571C
[Token(Token = "0x600A112")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public CmsAuthEnvelopedGenerator()
{
}
// Token: 0x04006A0E RID: 27150
[Token(Token = "0x4006A0E")]
public static readonly string Aes128Ccm = NistObjectIdentifiers.IdAes128Ccm.identifier;
// Token: 0x04006A0F RID: 27151
[Token(Token = "0x4006A0F")]
public static readonly string Aes192Ccm = NistObjectIdentifiers.IdAes192Ccm.identifier;
// Token: 0x04006A10 RID: 27152
[Token(Token = "0x4006A10")]
public static readonly string Aes256Ccm = NistObjectIdentifiers.IdAes256Ccm.identifier;
// Token: 0x04006A11 RID: 27153
[Token(Token = "0x4006A11")]
public static readonly string Aes128Gcm = NistObjectIdentifiers.IdAes128Gcm.identifier;
// Token: 0x04006A12 RID: 27154
[Token(Token = "0x4006A12")]
public static readonly string Aes192Gcm = NistObjectIdentifiers.IdAes192Gcm.identifier;
// Token: 0x04006A13 RID: 27155
[Token(Token = "0x4006A13")]
public static readonly string Aes256Gcm = NistObjectIdentifiers.IdAes256Gcm.identifier;
}
}