| Package | Description |
|---|---|
| io.jsonwebtoken |
| Modifier and Type | Interface and Description |
|---|---|
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 |
JweHeader
A JWE header.
|
interface |
JwsHeader
A JWS header.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
LocatorAdapter.locate(ProtectedHeader header)
Returns an object referenced in the specified
ProtectedHeader, or null if the referenced
object cannot be found or does not exist. |
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.