Class JBCrypt

java.lang.Object
com.jcraft.jsch.jbcrypt.JBCrypt
All Implemented Interfaces:
BCrypt, KDF

public class JBCrypt extends Object implements BCrypt
  • Constructor Details

    • JBCrypt

      public JBCrypt()
  • Method Details

    • init

      public void init(byte[] salt, int iteration) throws Exception
      Specified by:
      init in interface BCrypt
      Throws:
      Exception
    • getKey

      public byte[] getKey(byte[] pass, int size)
      Specified by:
      getKey in interface KDF