Class PBKDF

java.lang.Object
com.jcraft.jsch.jce.PBKDF
All Implemented Interfaces:
PBKDF

public class PBKDF
extends java.lang.Object
implements PBKDF
  • Constructor Summary

    Constructors
    Constructor Description
    PBKDF()  
  • Method Summary

    Modifier and Type Method Description
    byte[] getKey​(byte[] _pass, byte[] salt, int iterations, int size)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PBKDF

      public PBKDF()
  • Method Details

    • getKey

      public byte[] getKey​(byte[] _pass, byte[] salt, int iterations, int size)
      Specified by:
      getKey in interface PBKDF