Interface BCrypt

  • All Superinterfaces:
    KDF
    All Known Implementing Classes:
    JBCrypt

    public interface BCrypt
    extends KDF
    • Method Detail

      • init

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