ECGost3410NamedCurvesGetName Method

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

Definition

Namespace: Org.BouncyCastle.Asn1.CryptoPro
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static string GetName(
	DerObjectIdentifier oid
)

Parameters

oid  DerObjectIdentifier
The OID for the curve.

Return Value

String

See Also