22 lines
630 B
C#
22 lines
630 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
|
|
{
|
|
// Token: 0x02001642 RID: 5698
|
|
[Token(Token = "0x2001642")]
|
|
[StructLayout(3)]
|
|
public class X448KeyGenerationParameters : KeyGenerationParameters
|
|
{
|
|
// Token: 0x060097EB RID: 38891 RVA: 0x0021A868 File Offset: 0x00218A68
|
|
[Token(Token = "0x60097EB")]
|
|
[Address(RVA = "0x1DD7E60", Offset = "0x1DD6860", VA = "0x181DD7E60")]
|
|
public X448KeyGenerationParameters(SecureRandom random)
|
|
: base(random, 448)
|
|
{
|
|
}
|
|
}
|
|
}
|