Interface BCrypt

  • All Superinterfaces:
    KDF

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

      • init

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