Uses of Class
com.auth0.jwt.Algorithm

Packages that use Algorithm
com.auth0.jwt   
com.auth0.jwt.impl   
 

Uses of Algorithm in com.auth0.jwt
 

Methods in com.auth0.jwt that return Algorithm
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
 Object JwtProxy.decode(Algorithm algorithm, String token, String secret)
           
 String JwtProxy.encode(Algorithm algorithm, Object obj, String secret, ClaimSet claimSet)
           
 String JwtSigner.encode(Algorithm algorithm, String payload, String payloadId, String key, ClaimSet claimSet)
          Generate a JSON web token based on a payload, secret key and claim set
 

Uses of Algorithm in com.auth0.jwt.impl
 

Methods in com.auth0.jwt.impl with parameters of type Algorithm
 Object JwtProxyImpl.decode(Algorithm algorithm, String token, String secret)
          Verify a JSON web token and return the object serialized in the JSON payload
 String JwtProxyImpl.encode(Algorithm algorithm, Object obj, String secret, ClaimSet claimSet)
          Create a JSON web token by serializing a java object
 



Copyright © 2014. All Rights Reserved.