Uses of Interface
io.fusionauth.jwt.Signer
Packages that use Signer
Package
Description
-
Uses of Signer in io.fusionauth.jwt
Classes in io.fusionauth.jwt that implement SignerMethods in io.fusionauth.jwt with parameters of type SignerModifier and TypeMethodDescriptionEncode the JWT to produce a dot separated encoded string that can be sent in an HTTP request header.Encode the JWT to produce a dot separated encoded string that can be sent in an HTTP request header.Encode the JWT to produce a dot separated encoded string that can be sent in an HTTP request header. -
Uses of Signer in io.fusionauth.jwt.ec
Classes in io.fusionauth.jwt.ec that implement Signer -
Uses of Signer in io.fusionauth.jwt.hmac
Classes in io.fusionauth.jwt.hmac that implement SignerModifier and TypeClassDescriptionclassThis class can sign and verify a JWT that was signed using HMAC. -
Uses of Signer in io.fusionauth.jwt.rsa
Classes in io.fusionauth.jwt.rsa that implement SignerModifier and TypeClassDescriptionclassThis class can sign a JWT using an RSA Private key.classThis class can sign a JWT using an RSA Private key.