registerSigningKey
Registers any SigningKey variant for JWS signature verification, merging it with any previously registered processor for the same algorithm and key ID.
Return
this builder for chaining
Parameters
key
the signing key to register
Throws
if a key of the same type is already registered for the same algorithm and key ID
Registers a SigningKey in this registry, merging it with any existing processor for the same algorithm and key ID.
Parameters
key
the signing key to register
Throws
if a key of the same type is already registered for the same algorithm and key ID