Class JBCrypt

java.lang.Object
com.jcraft.jsch.jbcrypt.JBCrypt
All Implemented Interfaces:
KDF

public class JBCrypt extends Object implements KDF
  • Constructor Details

    • JBCrypt

      public JBCrypt()
  • Method Details

    • initWithOpenSSHv1KDFOptions

      public void initWithOpenSSHv1KDFOptions(byte[] kdfOptions)
      Specified by:
      initWithOpenSSHv1KDFOptions in interface KDF
    • getKey

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