Class JwtMacConfig

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JWT_HMAC_TYPE_URL  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void register()
      Tries to register with the Registry all instances of KeyManager needed to handle JWT key types supported in Tink.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • JWT_HMAC_TYPE_URL

        public static final java.lang.String JWT_HMAC_TYPE_URL
    • Method Detail

      • register

        public static void register()
                             throws java.security.GeneralSecurityException
        Tries to register with the Registry all instances of KeyManager needed to handle JWT key types supported in Tink.
        Throws:
        java.security.GeneralSecurityException