@types/jsrsasign
Advanced tools
Comparing version 10.5.3 to 10.5.4
@@ -54,2 +54,12 @@ declare namespace jsrsasign.KJUR.crypto { | ||
/** | ||
* generate public key for EC private key | ||
* @return associative array of hexadecimal string of private and public key | ||
* @example | ||
* var ec = new KJUR.crypto.ECDSA({'curve': 'secp256r1', 'prv': prvHex}); | ||
* var pubhex = ec.generatePublicKeyHex(); // hexadecimal string of EC public key | ||
* var pub ec.getPublicKeyXYHex() → { x: '01bacf...', y: 'c3bc22...' } | ||
*/ | ||
generatePublicKeyHex(): string; | ||
/** | ||
* signing to message hash | ||
@@ -56,0 +66,0 @@ * @param hashHex hexadecimal string of hash value of signing message |
{ | ||
"name": "@types/jsrsasign", | ||
"version": "10.5.3", | ||
"version": "10.5.4", | ||
"description": "TypeScript definitions for jsrsasign", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsrsasign", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7706e66923c945f0e095e4a57bd145603fe129080af5aa0c94da47b86a092c97", | ||
"typesPublisherContentHash": "c6da4ab7c0ab176145b6dc36f3f97c99162d6a051bf6603bb32961474628d22f", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 11 Sep 2022 12:32:42 GMT | ||
* Last updated: Wed, 28 Sep 2022 07:32:58 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `jsrsasign`, `lang` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
446396
10775
156810