Uses of Enum Class
cn.vorbote.simplejwt.choices.JwtAlgorithm
Packages that use JwtAlgorithm
-
Uses of JwtAlgorithm in cn.vorbote.simplejwt
Methods in cn.vorbote.simplejwt that return JwtAlgorithmConstructors in cn.vorbote.simplejwt with parameters of type JwtAlgorithmModifierConstructorDescriptionAccessKeyUtil(@NonNull JwtAlgorithm algorithm, @NonNull String secret, @NonNull String issuer) -
Uses of JwtAlgorithm in cn.vorbote.simplejwt.choices
Methods in cn.vorbote.simplejwt.choices that return JwtAlgorithmModifier and TypeMethodDescriptionstatic JwtAlgorithmReturns the enum constant of this class with the specified name.static JwtAlgorithm[]JwtAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.