Interface KDF

All Known Subinterfaces:
Argon2, BCrypt, PBKDF2, SCrypt

public interface KDF
  • Method Summary

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

    • getKey

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