39 lines
1.3 KiB
C#
39 lines
1.3 KiB
C#
using System;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms
|
|
{
|
|
// Token: 0x02001FFF RID: 8191
|
|
[Token(Token = "0x2001FFF")]
|
|
public abstract class CmsAttributes
|
|
{
|
|
// Token: 0x0600CD35 RID: 52533 RVA: 0x002EAACC File Offset: 0x002E8CCC
|
|
[Token(Token = "0x600CD35")]
|
|
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
|
protected CmsAttributes()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04008223 RID: 33315
|
|
[Token(Token = "0x4008223")]
|
|
public static readonly DerObjectIdentifier ContentType = PkcsObjectIdentifiers.Pkcs9AtContentType;
|
|
|
|
// Token: 0x04008224 RID: 33316
|
|
[Token(Token = "0x4008224")]
|
|
public static readonly DerObjectIdentifier MessageDigest = PkcsObjectIdentifiers.Pkcs9AtMessageDigest;
|
|
|
|
// Token: 0x04008225 RID: 33317
|
|
[Token(Token = "0x4008225")]
|
|
public static readonly DerObjectIdentifier SigningTime = PkcsObjectIdentifiers.Pkcs9AtSigningTime;
|
|
|
|
// Token: 0x04008226 RID: 33318
|
|
[Token(Token = "0x4008226")]
|
|
public static readonly DerObjectIdentifier CounterSignature = PkcsObjectIdentifiers.Pkcs9AtCounterSignature;
|
|
|
|
// Token: 0x04008227 RID: 33319
|
|
[Token(Token = "0x4008227")]
|
|
public static readonly DerObjectIdentifier ContentHint = PkcsObjectIdentifiers.IdAAContentHint;
|
|
}
|
|
}
|