Interface BCrypt

All Superinterfaces:
KDF
All Known Implementing Classes:
JBCrypt

public interface BCrypt 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