verifyJwsIsSignedByPublicKey
fun verifyJwsIsSignedByPublicKey(jwsInput: String, signatureVerificationKey: Key): JwtContext
Content copied to clipboard
Verify if the JWS is signed properly by provided public key.
Return
JwtContext if success
Parameters
jwsInput
string of jws