| Package | Description |
|---|---|
| org.primeframework.jwt | |
| org.primeframework.jwt.hmac | |
| org.primeframework.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,
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 |
HMACVerifier
This class is used to verify a JWT signed with an HMAC algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSAVerifier
This class is used to verify a JWT with an RSA signature using an RSA Public Key.
|
Copyright © 2017. All rights reserved.