This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,26 @@
using System;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime
{
// Token: 0x02001E59 RID: 7769
[Token(Token = "0x2001E59")]
public abstract class SmimeAttributes
{
// Token: 0x0600C4CE RID: 50382 RVA: 0x002CEB78 File Offset: 0x002CCD78
[Token(Token = "0x600C4CE")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
protected SmimeAttributes()
{
}
// Token: 0x04007C50 RID: 31824
[Token(Token = "0x4007C50")]
public static readonly DerObjectIdentifier SmimeCapabilities = PkcsObjectIdentifiers.Pkcs9AtSmimeCapabilities;
// Token: 0x04007C51 RID: 31825
[Token(Token = "0x4007C51")]
public static readonly DerObjectIdentifier EncrypKeyPref = PkcsObjectIdentifiers.IdAAEncrypKeyPref;
}
}