Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
interface |
DigestAlgorithm<R extends Request<InputStream>,V extends VerifyDigestRequest>
A
DigestAlgorithm is a
Cryptographic Hash Function
that computes and verifies cryptographic digests. |
Modifier and Type | Interface and Description |
---|---|
interface |
VerifySecureDigestRequest<K extends Key>
A request to a
SecureDigestAlgorithm to verify a previously-computed
digital signature or
message
authentication code. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.