Class BCryptProvider

java.lang.Object
org.apache.shiro.crypto.support.hashes.bcrypt.BCryptProvider
All Implemented Interfaces:
org.apache.shiro.crypto.hash.HashSpi

public class BCryptProvider extends Object implements org.apache.shiro.crypto.hash.HashSpi
Since:
2.0
  • Constructor Details

  • Method Details

    • getImplementedAlgorithms

      Specified by:
      getImplementedAlgorithms in interface org.apache.shiro.crypto.hash.HashSpi
    • fromString

      public org.apache.shiro.crypto.support.hashes.bcrypt.BCryptHash fromString(String format)
      Specified by:
      fromString in interface org.apache.shiro.crypto.hash.HashSpi
    • newHashFactory

      public org.apache.shiro.crypto.hash.HashSpi.HashFactory newHashFactory(Random random)
      Specified by:
      newHashFactory in interface org.apache.shiro.crypto.hash.HashSpi