Uses of Class
de.kosmos_lab.web.server.JWT.Algorithm
-
Packages that use JWT.Algorithm Package Description de.kosmos_lab.web.server -
-
Uses of JWT.Algorithm in de.kosmos_lab.web.server
Methods in de.kosmos_lab.web.server that return JWT.Algorithm Modifier and Type Method Description static JWT.AlgorithmJWT.Algorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static JWT.Algorithm[]JWT.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.kosmos_lab.web.server with parameters of type JWT.Algorithm Constructor Description JWT(JWT.Algorithm algorithm, String key, long lifetime)Instantiates a new jwt.
-