| Package | Description |
|---|---|
| io.fusionauth.jwt | |
| io.fusionauth.jwt.ec | |
| io.fusionauth.jwt.hmac | |
| io.fusionauth.jwt.rsa |
| Modifier and Type | Method and Description |
|---|---|
JWT |
JWTDecoder.decode(String encodedJWT,
Verifier... verifiers)
Decode the JWT using one of they provided verifiers.
|
| Modifier and Type | Method and Description |
|---|---|
JWT |
JWTDecoder.decode(String encodedJWT,
java.util.function.Function<String,Verifier> verifierFunction)
Decode the JWT using one of they provided verifiers.
|
JWT |
JWTDecoder.decode(String encodedJWT,
java.util.function.Function<String,Verifier> verifierFunction,
java.util.function.Function<Header,String> keyFunction)
Decode the JWT using one of they provided verifiers.
|
JWT |
JWTDecoder.decode(String encodedJWT,
Map<String,Verifier> verifiers)
Decode the JWT using one of they provided verifiers.
|
JWT |
JWTDecoder.decode(String encodedJWT,
Map<String,Verifier> verifiers,
java.util.function.Function<Header,String> keyFunction)
Decode the JWT using one of they provided verifiers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECVerifier |
| Modifier and Type | Class and Description |
|---|---|
class |
HMACVerifier
This class is used to verify a JWT signed with an HMAC algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSAPSSVerifier
This class is used to verify a JWT with an RSA PSA signature using an RSA Public Key.
|
class |
RSAVerifier
This class is used to verify a JWT with an RSA signature using an RSA Public Key.
|
Copyright © 2023. All rights reserved.