Package com.adobe.granite.oauth.jwt
Class JwtConstants
- java.lang.Object
 - 
- com.adobe.granite.oauth.jwt.JwtConstants
 
 
- 
public class JwtConstants extends java.lang.ObjectConstant class that contains the supported algorithm names as per http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16#section-8 
- 
- 
Constructor Summary
Constructors Constructor Description JwtConstants() 
 - 
 
- 
- 
Field Detail
- 
HS256
public static final java.lang.String HS256
- See Also:
 - Constant Field Values
 
 
- 
RS256
public static final java.lang.String RS256
- See Also:
 - Constant Field Values
 
 
- 
RS384
public static final java.lang.String RS384
- See Also:
 - Constant Field Values
 
 
- 
RS512
public static final java.lang.String RS512
- See Also:
 - Constant Field Values
 
 
 - 
 
 -