Class SCrypt

java.lang.Object
com.jcraft.jsch.bc.SCrypt
All Implemented Interfaces:
KDF

public class SCrypt extends Object implements KDF
  • Constructor Details

    • SCrypt

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