Interface Argon2

  • All Superinterfaces:
    KDF
    All Known Implementing Classes:
    Argon2

    public interface Argon2
    extends KDF
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ARGON2D  
      static int ARGON2I  
      static int ARGON2ID  
      static int V10  
      static int V13  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(byte[] salt, int iteration, int type, byte[] additional, byte[] secret, int memory, int parallelism, int version)  
      • Methods inherited from interface com.jcraft.jsch.KDF

        getKey