I want to read
certificate
from Digital Signature
(USB token)
in Javascript, i need both public
and private
key... ? Any help would be appreciated....
I want to read
certificate
from Digital Signature
(USB token)
in Javascript, i need both public
and private
key... ? Any help would be appreciated....
You may use Browser Extension to access USB Token form Javascript.
Extension provides for Signing, Encrypt/Decrypt, Generate CSR, Download Certificate, and many other functions.
Refer to this SO Answer for Signer.Digital Browser Extension Javascript APIs.