43 lines
1.4 KiB
C#
43 lines
1.4 KiB
C#
using System;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
|
|
{
|
|
// Token: 0x02001E06 RID: 7686
|
|
[Token(Token = "0x2001E06")]
|
|
internal class CmsAuthEnvelopedGenerator
|
|
{
|
|
// Token: 0x0600C0BA RID: 49338 RVA: 0x002B825C File Offset: 0x002B645C
|
|
[Token(Token = "0x600C0BA")]
|
|
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
|
public CmsAuthEnvelopedGenerator()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04007A0A RID: 31242
|
|
[Token(Token = "0x4007A0A")]
|
|
public static readonly string Aes128Ccm = NistObjectIdentifiers.IdAes128Ccm.identifier;
|
|
|
|
// Token: 0x04007A0B RID: 31243
|
|
[Token(Token = "0x4007A0B")]
|
|
public static readonly string Aes192Ccm = NistObjectIdentifiers.IdAes192Ccm.identifier;
|
|
|
|
// Token: 0x04007A0C RID: 31244
|
|
[Token(Token = "0x4007A0C")]
|
|
public static readonly string Aes256Ccm = NistObjectIdentifiers.IdAes256Ccm.identifier;
|
|
|
|
// Token: 0x04007A0D RID: 31245
|
|
[Token(Token = "0x4007A0D")]
|
|
public static readonly string Aes128Gcm = NistObjectIdentifiers.IdAes128Gcm.identifier;
|
|
|
|
// Token: 0x04007A0E RID: 31246
|
|
[Token(Token = "0x4007A0E")]
|
|
public static readonly string Aes192Gcm = NistObjectIdentifiers.IdAes192Gcm.identifier;
|
|
|
|
// Token: 0x04007A0F RID: 31247
|
|
[Token(Token = "0x4007A0F")]
|
|
public static readonly string Aes256Gcm = NistObjectIdentifiers.IdAes256Gcm.identifier;
|
|
}
|
|
}
|