Interface PBKDF

All Known Implementing Classes:
PBKDF

public interface PBKDF
  • Method Summary

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

    • getKey

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