Click or drag to resize

Ecc Class

Elliptic curve cryptography
Inheritance Hierarchy
SystemObject
  CryptoSysPKIEcc

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public class Ecc

The Ecc type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDHSharedSecret Compute EC Diffie-Hellman (ECDH) shared secret.
Public methodStatic memberKeyHashCode Compute the hash code of an "internal" ECC public or private key string.
Public methodStatic memberCode exampleMakeKeys Generate an EC public/private key pair and save as two key files.
Public methodStatic memberPublicKeyFromPrivate Convert an internal EC private key string into an internal EC public key string.
Public methodStatic memberQueryKey Query an EC key string for selected information.
Public methodStatic memberReadKeyByCurve Read an EC key from its hexadecimal representation with options for safe curves.
Public methodStatic memberReadPrivateKey Read from a file or string containing an EC private key into an "internal" private key string.
Public methodStatic memberReadPublicKey Read from a file or string containing an EC public key into an "internal" public key string.
Public methodStatic memberSaveEncKey Save an internal EC private key string to an encrypted private key file.
Public methodStatic memberSaveKey Save an internal EC key string (public or private) to an unencrypted key file.
Top
See Also