Expand description
SEC1 elliptic curve private key support.
Support for ASN.1 DER-encoded elliptic curve private keys as described in SEC1: Elliptic Curve Cryptography (Version 2.0) Appendix C.4 (p.108):
Structsยง
- EcPrivate
Key - SEC1 elliptic curve private key.
Constantsยง
- EC_
PARAMETERS_ ๐TAG - Context-specific tag number for the elliptic curve parameters.
- PUBLIC_
KEY_ ๐TAG - Context-specific tag number for the public key.
- VERSION ๐
ECPrivateKeyversion.