spki.verify(key) => boolean
Instance Public methods
Parameters
-
key
- the public key to be used for verifying the SPKI signature
Returns true
if the signature is valid, false
otherwise. To verify an SPKI, the public key
contained within the SPKI should be used.
Please login to continue.