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

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

Introduction

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

The text is from its open source code.

Method

booleancheckPassword(String bcryptString, char[] password)
Checks if a password corresponds to a 60 character Bcrypt String
Stringgenerate(char[] password, byte[] salt, int cost)
Creates a 60 character Bcrypt String, including version, cost factor, salt and hash, separated by '$' using version '2y'.