Class TokenHashUtil


  • public class TokenHashUtil
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFIX  
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenHashUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getHashWithPrefix​(java.lang.String token)  
      static java.lang.String hash​(java.lang.String hashedToken)  
      • Methods inherited from class java.lang.Object

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

      • TokenHashUtil

        public TokenHashUtil()
    • Method Detail

      • getHashWithPrefix

        public static java.lang.String getHashWithPrefix​(java.lang.String token)
      • hash

        public static java.lang.String hash​(java.lang.String hashedToken)