verifyWith

Registers a JwsProcessor to use for signature verification.

The processor is keyed by its JwsProcessor.algorithm and JwsProcessor.keyId; at parse time the parser selects the best matching processor from the registry.

Return

this builder for chaining

Parameters

processor

the JwsProcessor that performs signature verification

See also