using System; using BestHTTP.SecureProtocol.Org.BouncyCastle.Security; using Cpp2IlInjected; namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters { // Token: 0x02001C1F RID: 7199 [Token(Token = "0x2001C1F")] public class X448KeyGenerationParameters : KeyGenerationParameters { // Token: 0x0600B3C5 RID: 46021 RVA: 0x00271E88 File Offset: 0x00270088 [Token(Token = "0x600B3C5")] [Address(RVA = "0x1808A10", Offset = "0x1807810", VA = "0x181808A10")] public X448KeyGenerationParameters(SecureRandom random) : base(random, 448) { } } }