Class BlowfishCredentialsEncrypter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean check​(java.lang.String password, java.lang.String hashPassword)  
      java.lang.String hash​(java.lang.String password)  
      • Methods inherited from class java.lang.Object

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

      • BlowfishCredentialsEncrypter

        public BlowfishCredentialsEncrypter()
    • Method Detail

      • hash

        public java.lang.String hash​(java.lang.String password)
        Specified by:
        hash in interface CredentialsEncrypter
      • check

        public boolean check​(java.lang.String password,
                             java.lang.String hashPassword)
        Specified by:
        check in interface CredentialsEncrypter