Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: ECKey
Sign with Elliptic Curve or RSA.
Generate private and public keys, sign with private key and verify with public key.
We can use Elliptic Curve Digital Signature Algorithm or RSA.
See Certificates functions to manage keys and certificates.
Version | macOS | Windows | Linux | Server | iOS SDK |
15.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
ECKey.BuiltInCurvesJSON New in 15.1 Queries built in curves. | All 15.1 |
ECKey.ES256Sign New in 15.1 Signs the given data with ES256. | All 15.1 |
ECKey.ES256Verify New in 15.1 Verifies the digital signature with ES256. | All 15.1 |
3 functions shown.
These functions require a license (67%).
Release notes
- Version 15.1
- Added ECKey.BuiltInCurvesJSON function.
- Added ECKey.CurveNameToID function.
- Added ECKey.ES256Sign and ECKey.ES256Verify.
- Version 13.0
- Added ECKey.List function.
- Version 10.5
- Added CFunction.ReleaseAll, CGImageSource.ReleaseAll, CLibrary.ReleaseAll, DynaPDF.ReleaseAll, ECKey.ReleaseAll, FSEvents.ReleaseAll, MarkDown.ReleaseAll, MenuItem.ReleaseAll, SendMail.ReleaseAll, Shell.ReleaseAll, SmartCard.ReleaseAll, TouchBar.ReleaseAll, UserNotification.ReleaseAll, WMFP.ReleaseAll, WMIQuery.ReleaseAll and WindowsUserNotification.ReleaseAll.
- Version 10.2
- Added ECKey.CanSign and ECKey.Valid functions.
Blog Entries
Example Databases
