Interface PBKDF

  • All Known Implementing Classes:
    PBKDF

    @Deprecated
    public interface PBKDF
    Deprecated.
    Use PBKDF2 instead.
    • Method Detail

      • getKey

        byte[] getKey​(byte[] pass,
                      byte[] salt,
                      int iteration,
                      int size)
        Deprecated.