verifyJwsIsSignedByPublicKey

fun verifyJwsIsSignedByPublicKey(jwsInput: String, signatureVerificationKey: Key): JwtContext

Verify if the JWS is signed properly by provided public key.

Return

JwtContext if success

Parameters

jwsInput

string of jws