combining
Creates a JwsProcessor that delegates signing to signer and verification to verifier.
Both must share the same algorithm; signer's algorithm and key ID are used for the combined processor.
Return
a JwsProcessor combining both operations
Parameters
signer
the JwsSigner that performs signing
verifier
the JwsVerifier that performs verification