Class EcdhPrimitives
- Namespace
- Yubico.Core.Cryptography
- Assembly
- Yubico.Core.dll
Factory class that will return the Yubico.Core
implementation of the IEcdhPrimitives interface.
public static class EcdhPrimitives
- Inheritance
-
objectEcdhPrimitives
Methods
Create()
Creates a new instance of an implementation of the low level Elliptic Curve Diffie Hellman (ECDH) functions.
public static IEcdhPrimitives Create()
Returns
- IEcdhPrimitives
A new instance of the default implementation of this interface.