Uses of Enum Class
io.fusionauth.jwt.domain.Algorithm
Packages that use Algorithm
Package
Description
-
Uses of Algorithm in io.fusionauth.jwks.domain
Fields in io.fusionauth.jwks.domain declared as Algorithm -
Uses of Algorithm in io.fusionauth.jwt
Methods in io.fusionauth.jwt that return AlgorithmModifier and TypeMethodDescriptionSigner.getAlgorithm()Return the algorithm supported by this signer.UnsecuredSigner.getAlgorithm()Methods in io.fusionauth.jwt with parameters of type AlgorithmModifier and TypeMethodDescriptionstatic StringGenerate the hash of the Access Token specified by the OpenID Connect Core spec for theat_hashclaim.static StringGenerate the hash of the Authorization Code as specified by the OpenID Connect Core spec for thec_hashclaim.booleanvoidVerify the signature of the encoded JWT payload. -
Uses of Algorithm in io.fusionauth.jwt.domain
Fields in io.fusionauth.jwt.domain declared as AlgorithmMethods in io.fusionauth.jwt.domain that return AlgorithmModifier and TypeMethodDescriptionstatic Algorithmstatic AlgorithmReturns the enum constant of this class with the specified name.static Algorithm[]Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fusionauth.jwt.domain with parameters of type Algorithm -
Uses of Algorithm in io.fusionauth.jwt.ec
Methods in io.fusionauth.jwt.ec that return AlgorithmMethods in io.fusionauth.jwt.ec with parameters of type AlgorithmModifier and TypeMethodDescriptionbooleanbyte[]Accept a DER encoded signature and extract the 'r' and the 's' components of the Elliptic signature.void -
Uses of Algorithm in io.fusionauth.jwt.hmac
Methods in io.fusionauth.jwt.hmac that return AlgorithmMethods in io.fusionauth.jwt.hmac with parameters of type Algorithm -
Uses of Algorithm in io.fusionauth.jwt.rsa
Methods in io.fusionauth.jwt.rsa that return AlgorithmMethods in io.fusionauth.jwt.rsa with parameters of type AlgorithmModifier and TypeMethodDescriptionbooleanbooleanvoidvoid