using System; using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs; using Cpp2IlInjected; namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime { // Token: 0x02001F39 RID: 7993 [Token(Token = "0x2001F39")] public abstract class SmimeAttributes { // Token: 0x0600C89C RID: 51356 RVA: 0x002D73FC File Offset: 0x002D55FC [Token(Token = "0x600C89C")] [Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")] protected SmimeAttributes() { } // Token: 0x04007E09 RID: 32265 [Token(Token = "0x4007E09")] public static readonly DerObjectIdentifier SmimeCapabilities = PkcsObjectIdentifiers.Pkcs9AtSmimeCapabilities; // Token: 0x04007E0A RID: 32266 [Token(Token = "0x4007E0A")] public static readonly DerObjectIdentifier EncrypKeyPref = PkcsObjectIdentifiers.IdAAEncrypKeyPref; } }