ECDSAVerifyKey constructor

ECDSAVerifyKey(
  1. ECDSAPublicKey publicKey
)

Constructs an ECDSAVerifyKey instance with the given public key.

Implementation

ECDSAVerifyKey(this.publicKey);