JwsHeaderJwksUrl

class JwsHeaderJwksUrl(val jsonWebKeySetUrl: String) : JwsHeaderIdentifierFun(source)

Identify KeyMaterial with it's KeyMaterial.identifier set in JwsHeader.keyId, and URL set inJwsHeader.jsonWebKeySetUrl.

Constructors

Link copied to clipboard
constructor(jsonWebKeySetUrl: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend operator override fun invoke(it: JwsHeader, keyMaterial: KeyMaterial): JwsHeader