Interface BCrypt

All Superinterfaces:
KDF

@Deprecated public interface BCrypt extends KDF
Deprecated.
Use KDF instead.
  • Method Details

    • init

      void init(byte[] salt, int iteration) throws Exception
      Deprecated.
      Throws:
      Exception