Ecc Methods |
The Ecc type exposes the following members.
| Name | Description | |
|---|---|---|
| DHSharedSecret | Compute EC Diffie-Hellman (ECDH) shared secret. | |
| KeyHashCode | Compute the hash code of an "internal" ECC public or private key string. | |
| MakeKeys | Generate an EC public/private key pair and save as two key files. | |
| PublicKeyFromPrivate | Convert an internal EC private key string into an internal EC public key string. | |
| QueryKey | Query an EC key string for selected information. | |
| ReadKeyByCurve | Read an EC key from its hexadecimal representation with options for safe curves. | |
| ReadPrivateKey | Read from a file or string containing an EC private key into an "internal" private key string. | |
| ReadPublicKey | Read from a file or string containing an EC public key into an "internal" public key string. | |
| SaveEncKey | Save an internal EC private key string to an encrypted private key file. | |
| SaveKey | Save an internal EC key string (public or private) to an unencrypted key file. |