Class JBCrypt

  • All Implemented Interfaces:
    KDF

    public class JBCrypt
    extends java.lang.Object
    implements KDF
    • Constructor Detail

      • JBCrypt

        public JBCrypt()
    • Method Detail

      • 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