Class PBKDF2HMACSHA512

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

public class PBKDF2HMACSHA512 extends Object
  • Constructor Details

    • PBKDF2HMACSHA512

      public PBKDF2HMACSHA512()
  • 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