<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

SshNamedCurves

public static class SshNamedCurves
public static IEnumerable<string> Names { get; }

Enumerate the available curve names in this registry.

public static X9ECParameters GetByName(string name)

Look up the X9ECParameters for the curve with the given name.

public static X9ECParametersHolder GetByNameLazy(string name)

Look up an X9ECParametersHolder for the curve with the given name.

Look up the X9ECParameters for the curve with the given DerObjectIdentifierOID.

Look up an X9ECParametersHolder for the curve with the given DerObjectIdentifierOID.

public static string GetName(DerObjectIdentifier oid)

Look up the name of the curve with the given DerObjectIdentifierOID.

public static DerObjectIdentifier GetOid(string name)

Look up the DerObjectIdentifierOID of the curve with the given name.