Interface SCrypt

  • All Superinterfaces:
    KDF
    All Known Implementing Classes:
    SCrypt

    public interface SCrypt
    extends KDF
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • init

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