This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,49 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf
{
// Token: 0x02001FEA RID: 8170
[Token(Token = "0x2001FEA")]
public abstract class CrmfObjectIdentifiers
{
// Token: 0x0600CC91 RID: 52369 RVA: 0x002E82C0 File Offset: 0x002E64C0
[Token(Token = "0x600CC91")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
protected CrmfObjectIdentifiers()
{
}
// Token: 0x040081D4 RID: 33236
[Token(Token = "0x40081D4")]
public static readonly DerObjectIdentifier id_pkix = new DerObjectIdentifier("1.3.6.1.5.5.7");
// Token: 0x040081D5 RID: 33237
[Token(Token = "0x40081D5")]
public static readonly DerObjectIdentifier id_pkip = CrmfObjectIdentifiers.id_pkix.Asn1GetHashCode();
// Token: 0x040081D6 RID: 33238
[Token(Token = "0x40081D6")]
public static readonly DerObjectIdentifier id_regCtrl = CrmfObjectIdentifiers.id_pkip.Asn1GetHashCode();
// Token: 0x040081D7 RID: 33239
[Token(Token = "0x40081D7")]
public static readonly DerObjectIdentifier id_regCtrl_regToken = CrmfObjectIdentifiers.id_regCtrl.Asn1GetHashCode();
// Token: 0x040081D8 RID: 33240
[Token(Token = "0x40081D8")]
public static readonly DerObjectIdentifier id_regCtrl_authenticator = CrmfObjectIdentifiers.id_regCtrl.Asn1GetHashCode();
// Token: 0x040081D9 RID: 33241
[Token(Token = "0x40081D9")]
public static readonly DerObjectIdentifier id_regCtrl_pkiPublicationInfo = CrmfObjectIdentifiers.id_regCtrl.Asn1GetHashCode();
// Token: 0x040081DA RID: 33242
[Token(Token = "0x40081DA")]
public static readonly DerObjectIdentifier id_regCtrl_pkiArchiveOptions = CrmfObjectIdentifiers.id_regCtrl.Asn1GetHashCode();
// Token: 0x040081DB RID: 33243
[Token(Token = "0x40081DB")]
public static readonly DerObjectIdentifier id_ct_encKeyWithID = new DerObjectIdentifier("1.2.840.113549.1.9.16.1.21");
}
}