oh dear
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
using System;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms
|
||||
{
|
||||
// Token: 0x02001F1F RID: 7967
|
||||
[Token(Token = "0x2001F1F")]
|
||||
public abstract class CmsAttributes
|
||||
{
|
||||
// Token: 0x0600C967 RID: 51559 RVA: 0x002E22D8 File Offset: 0x002E04D8
|
||||
[Token(Token = "0x600C967")]
|
||||
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
|
||||
protected CmsAttributes()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400806A RID: 32874
|
||||
[Token(Token = "0x400806A")]
|
||||
public static readonly DerObjectIdentifier ContentType = PkcsObjectIdentifiers.Pkcs9AtContentType;
|
||||
|
||||
// Token: 0x0400806B RID: 32875
|
||||
[Token(Token = "0x400806B")]
|
||||
public static readonly DerObjectIdentifier MessageDigest = PkcsObjectIdentifiers.Pkcs9AtMessageDigest;
|
||||
|
||||
// Token: 0x0400806C RID: 32876
|
||||
[Token(Token = "0x400806C")]
|
||||
public static readonly DerObjectIdentifier SigningTime = PkcsObjectIdentifiers.Pkcs9AtSigningTime;
|
||||
|
||||
// Token: 0x0400806D RID: 32877
|
||||
[Token(Token = "0x400806D")]
|
||||
public static readonly DerObjectIdentifier CounterSignature = PkcsObjectIdentifiers.Pkcs9AtCounterSignature;
|
||||
|
||||
// Token: 0x0400806E RID: 32878
|
||||
[Token(Token = "0x400806E")]
|
||||
public static readonly DerObjectIdentifier ContentHint = PkcsObjectIdentifiers.IdAAContentHint;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user