Class PBKDF2

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

public class PBKDF2 extends Object implements KDF
  • Constructor Details

    • PBKDF2

      public PBKDF2()
  • Method Details

    • initWithASN1

      public void initWithASN1(byte[] asn1) throws Exception
      Specified by:
      initWithASN1 in interface KDF
      Throws:
      Exception
    • getKey

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