Class JwtConstants


  • public class JwtConstants
    extends java.lang.Object
    Constant class that contains the supported algorithm names as per http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16#section-8
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HS256  
      static java.lang.String RS256  
      static java.lang.String RS384  
      static java.lang.String RS512  
    • Constructor Summary

      Constructors 
      Constructor Description
      JwtConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait