jsonWebKey

@SerialName(value = "jwk")
val jsonWebKey: JsonWebKey? = null(source)

This parameter has the same meaning, syntax, and processing rules as the "jwk" Header Parameter defined in Section 4.1.3 of JWS, except that the key is the public key to which the JWE was encrypted; this can be used to determine the private key needed to decrypt the JWE.

See JwsHeader.jsonWebKey