BaseJwsProcessor
Common base for all JWS processor types, carrying the algorithm and optional keyId that identify the key material used for signing or verification.
Subtypes specialise into JwsSigner (signing only), JwsVerifier (verification only), or the combined JwsProcessor.
See also
Inheritors
Properties
Functions
Link copied to clipboard
Merges this BaseJwsProcessor with other, producing a combined JwsProcessor that supports both signing and verification.