Java org.bouncycastle.crypto.generators BCrypt fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.generators BCrypt fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.generators BCrypt.

The text is from its open source code.

Method

byte[]generate(byte[] password, byte[] salt, int cost)
Calculates the bcrypt hash of a password.
byte[]passwordToByteArray(char[] password)
Converts a character password to bytes incorporating the required trailing zero byte.