Package | Description |
---|---|
io.jsonwebtoken | |
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
interface |
Jwe<B>
An encrypted JWT, called a "JWE", per the
JWE (RFC 7516) Specification.
|
interface |
Jws<P>
An expanded (not compact/serialized) Signed JSON Web Token.
|
interface |
ProtectedJwt<H extends ProtectedHeader,P>
A
ProtectedJwt is a Jwt that is integrity protected via a cryptographic algorithm that produces
a cryptographic digest, such as a MAC, Digital Signature or Authentication Tag. |
Modifier and Type | Interface and Description |
---|---|
interface |
DecryptAeadRequest
A request to an
AeadAlgorithm to decrypt ciphertext and perform integrity-protection with a supplied
decryption SecretKey . |
interface |
VerifyDigestRequest
A request to verify a previously-computed cryptographic digest (available via
getDigest() ) against the
digest to be computed for the specified payload . |
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.