41 lines
1.3 KiB
C#
41 lines
1.3 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms
|
|
{
|
|
// Token: 0x02001942 RID: 6466
|
|
[Token(Token = "0x2001942")]
|
|
[StructLayout(3)]
|
|
public abstract class CmsAttributes
|
|
{
|
|
// Token: 0x0600AD8D RID: 44429 RVA: 0x00289E18 File Offset: 0x00288018
|
|
[Token(Token = "0x600AD8D")]
|
|
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
|
protected CmsAttributes()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04007227 RID: 29223
|
|
[Token(Token = "0x4007227")]
|
|
public static readonly DerObjectIdentifier ContentType = PkcsObjectIdentifiers.Pkcs9AtContentType;
|
|
|
|
// Token: 0x04007228 RID: 29224
|
|
[Token(Token = "0x4007228")]
|
|
public static readonly DerObjectIdentifier MessageDigest = PkcsObjectIdentifiers.Pkcs9AtMessageDigest;
|
|
|
|
// Token: 0x04007229 RID: 29225
|
|
[Token(Token = "0x4007229")]
|
|
public static readonly DerObjectIdentifier SigningTime = PkcsObjectIdentifiers.Pkcs9AtSigningTime;
|
|
|
|
// Token: 0x0400722A RID: 29226
|
|
[Token(Token = "0x400722A")]
|
|
public static readonly DerObjectIdentifier CounterSignature = PkcsObjectIdentifiers.Pkcs9AtCounterSignature;
|
|
|
|
// Token: 0x0400722B RID: 29227
|
|
[Token(Token = "0x400722B")]
|
|
public static readonly DerObjectIdentifier ContentHint = PkcsObjectIdentifiers.IdAAContentHint;
|
|
}
|
|
}
|