public verify(signature as String, text as String = null, inputEncoding as String = "base64") as Boolean throws CryptoException:
Verifies a signature against the buffered text and an optional final chunk.
True when the signature is valid.