Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Parameters/X448KeyGenerationParameters.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

20 lines
573 B
C#

using System;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
{
// Token: 0x02001CFF RID: 7423
[Token(Token = "0x2001CFF")]
public class X448KeyGenerationParameters : KeyGenerationParameters
{
// Token: 0x0600B793 RID: 46995 RVA: 0x0027B048 File Offset: 0x00279248
[Token(Token = "0x600B793")]
[Address(RVA = "0x22D6AB0", Offset = "0x22D5AB0", VA = "0x1822D6AB0")]
public X448KeyGenerationParameters(SecureRandom random)
: base(random, 448)
{
}
}
}