Uses of Class
com.auth0.jwt.Algorithm

Uses of Algorithm in com.auth0.jwt
 

Methods in com.auth0.jwt that return Algorithm
 Algorithm JWTSigner.Options.getAlgorithm()
           
static Algorithm Algorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Algorithm[] Algorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.auth0.jwt with parameters of type Algorithm
 JWTSigner.Options JWTSigner.Options.setAlgorithm(Algorithm algorithm)
          Algorithm to sign JWT with.
 



Copyright © 2014. All Rights Reserved.