Package | Description |
---|---|
io.fusionauth.jwt | |
io.fusionauth.jwt.ec | |
io.fusionauth.jwt.hmac | |
io.fusionauth.jwt.rsa |
Modifier and Type | Class and Description |
---|---|
class |
UnsecuredSigner
Unsecured signer.
|
Modifier and Type | Method and Description |
---|---|
String |
JWTEncoder.encode(JWT jwt,
Signer signer)
Encode the JWT to produce a dot separated encoded string that can be sent in an HTTP request header.
|
String |
JWTEncoder.encode(JWT jwt,
Signer signer,
java.util.function.Consumer<Header> consumer)
Encode the JWT to produce a dot separated encoded string that can be sent in an HTTP request header.
|
Modifier and Type | Class and Description |
---|---|
class |
ECSigner |
Modifier and Type | Class and Description |
---|---|
class |
HMACSigner
This class can sign and verify a JWT that was signed using HMAC.
|
Modifier and Type | Class and Description |
---|---|
class |
RSAPSSSigner
This class can sign a JWT using an RSA Private key.
|
class |
RSASigner
This class can sign a JWT using an RSA Private key.
|
Copyright © 2021. All rights reserved.