Ecc Class
Elliptic curve cryptography
- DHSharedSecret
- Compute EC Diffie-Hellman (ECDH) shared secret.
- KeyHashCode
- Compute the hash code of an "internal" ECC public or private key string.
- KeyMatch
- Verify that a pair of "internal" ECC private and public key strings are matched.
- 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.
- WriteKey
- Write an internal EC key to an output string.
[Contents] [Index]