Package io.fusionauth.jwt
Class UnsecuredSigner
java.lang.Object
io.fusionauth.jwt.UnsecuredSigner
- All Implemented Interfaces:
Signer
Unsecured signer. You should probably never use this signer.
- Author:
- Daniel DeGroff
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnsecuredSigner
public UnsecuredSigner()
-
-
Method Details
-
getAlgorithm
Description copied from interface:SignerReturn the algorithm supported by this signer.- Specified by:
getAlgorithmin interfaceSigner- Returns:
- the algorithm.
-
getKid
Description copied from interface:SignerReturn the kid used for this signer. -
sign
Description copied from interface:SignerSign the provided message and return the signature.
-