IPWorks Encrypt 2020 JavaScript Edition

Questions / Feedback?

SignerKey Property

The public key used to verify the signature.

Syntax


 getSignerKey(): ECCKey;

 setSignerKey(signerKey: ECCKey): void;

Default Value

Remarks

This property specifies the public key used to verify the signature. This public key corresponds to the private key used when creating the signature. This must be set before calling VerifySignature.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 JavaScript Edition - Version 20.0 [Build 8262]