C# Class Granados.PKI.ECDSAHashAlgorithmChooser

A utility class for choosing hashing algorithm for ECDSA.
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
Choose ( EllipticCurve curve ) : HashAlgorithm

Chooses a hashing algorithm.

Hashing algorithm is determined according to the curve size as described in RFC5656.

Method Details

Choose() public static méthode

Chooses a hashing algorithm.
Hashing algorithm is determined according to the curve size as described in RFC5656.
public static Choose ( EllipticCurve curve ) : HashAlgorithm
curve EllipticCurve elliptic curve
Résultat System.Security.Cryptography.HashAlgorithm