Verifies the signature against a message + public key
True only if the signature is valid
The message
The public key
Static fromParses signature from base 64 string
The signature
The string
The level specification
Static fromParses signature from byte array
The signature
The byte array
The level specification
Static fromParses signature from hex string
The signature
The string
The level specification
Static generateGenerates a signature
The signature
The message to sign
The private key to use for the signature
Generated using TypeDoc
Signature