Interface SCrypt

All Superinterfaces:
KDF
All Known Implementing Classes:
SCrypt

public interface SCrypt extends KDF
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(byte[] salt, int cost, int blocksize, int parallel)
     

    Methods inherited from interface com.jcraft.jsch.KDF

    getKey
  • Method Details

    • init

      void init(byte[] salt, int cost, int blocksize, int parallel) throws Exception
      Throws:
      Exception