Class PBKDF2HMACSHA384

java.lang.Object
com.jcraft.jsch.jce.PBKDF2HMACSHA384
All Implemented Interfaces:
KDF, PBKDF2

public class PBKDF2HMACSHA384 extends Object
  • Constructor Details

    • PBKDF2HMACSHA384

      public PBKDF2HMACSHA384()
  • Method Details

    • init

      public void init(byte[] salt, int iterations) throws Exception
      Specified by:
      init in interface PBKDF2
      Throws:
      Exception
    • getKey

      public byte[] getKey(byte[] _pass, int size)
      Specified by:
      getKey in interface KDF