ns_crypto::JWT method verify_signature (protected)

 <instance of ns_crypto::JWT[i]> verify_signature [ -spec spec ] \
    [ -pem pem ] [ -data data ] [ -signature signature ]

Defined in

Reuse the test helper mapping here. E.g. spec might be: {digest sha256} {digest sha384} {digest sha512} {}

Switches:
-spec (optional)
-pem (optional)
-data (optional)
-signature (optional)

Testcases:
No testcase defined.
Source code:
set cmd [list ns_crypto::signature verify]
foreach {k v} $spec {
    lappend cmd -$k $v
}
lappend cmd -pem $pem -signature $signature -- $data
#ns_log notice "DEBUG final command: $cmd"
return [uplevel 1 $cmd]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: