Interface PBKDF

All Known Implementing Classes:
PBKDF

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

    Modifier and Type
    Method
    Description
    byte[]
    getKey(byte[] pass, byte[] salt, int iteration, int size)
    Deprecated.
     
  • Method Details

    • getKey

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