new exports(key)
this class represents the private or public key of an ECDSA key pair.
Parameters:
| Name | Type | Description |
|---|---|---|
key |
Object | This must be the "privKeyObj" or "pubKeyObj" part of the object generated by jsrsasign.KEYUTIL.generateKeypair() |