This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,27 @@
using System;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs
{
// Token: 0x02001E8F RID: 7823
[Token(Token = "0x2001E8F")]
public class KeyDerivationFunc : AlgorithmIdentifier
{
// Token: 0x0600C5AD RID: 50605 RVA: 0x002D2068 File Offset: 0x002D0268
[Token(Token = "0x600C5AD")]
[Address(RVA = "0x2BC1AA0", Offset = "0x2BC08A0", VA = "0x182BC1AA0")]
internal KeyDerivationFunc(Asn1Sequence seq)
: base(seq)
{
}
// Token: 0x0600C5AE RID: 50606 RVA: 0x002D207C File Offset: 0x002D027C
[Token(Token = "0x600C5AE")]
[Address(RVA = "0x2BC14D0", Offset = "0x2BC02D0", VA = "0x182BC14D0")]
public KeyDerivationFunc(DerObjectIdentifier id, Asn1Encodable parameters)
: base(id, parameters)
{
}
}
}