K - the type of Key used to verify a digital signature or message authentication codepublic interface VerifySecureDigestRequest<K extends Key> extends SecureRequest<InputStream,K>, VerifyDigestRequest
SecureDigestAlgorithm to verify a previously-computed
digital signature or
message
authentication code.
The content to verify will be available via Message.getPayload(), the previously-computed signature or MAC will
be available via DigestSupplier.getDigest(), and the verification key will be available via KeySupplier.getKey().
getKeygetProvider, getSecureRandomgetPayloadgetDigestCopyright © 2014–2023 jsonwebtoken.io. All rights reserved.