Interface PBKDF2

All Superinterfaces:
KDF

public interface PBKDF2 extends KDF
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(byte[] salt, int iteration)
     

    Methods inherited from interface com.jcraft.jsch.KDF

    getKey
  • Method Details