Index

B C E H I N 
All Classes and Interfaces|All Packages

B

BCrypt - Class in com.helixframework.crypto.bcrypt
Provides BCrypt hashing functionality for passwords and verification of hashed values.
BCrypt.Builder - Class in com.helixframework.crypto.bcrypt
 
build() - Method in class com.helixframework.crypto.bcrypt.BCrypt.Builder
Creates a new BCrypt instance with the current configuration.
builder() - Static method in class com.helixframework.crypto.bcrypt.BCrypt
Creates a new builder instance for configuring a BCrypt hasher.
Builder() - Constructor for class com.helixframework.crypto.bcrypt.BCrypt.Builder
 

C

com.helixframework.crypto.bcrypt - package com.helixframework.crypto.bcrypt
 

E

encoder(BCryptPasswordEncoder) - Method in class com.helixframework.crypto.bcrypt.BCrypt.Builder
Sets a custom BCryptPasswordEncoder instance.

H

hash(String) - Method in class com.helixframework.crypto.bcrypt.BCrypt
Generates a bcrypt hash of the supplied string.

I

isMatch(String, String) - Method in class com.helixframework.crypto.bcrypt.BCrypt
Checks to see if the supplied raw value hashes to the supplied hash value.

N

newDefault() - Static method in class com.helixframework.crypto.bcrypt.BCrypt
Creates a new BCrypt instance with default configuration.
B C E H I N 
All Classes and Interfaces|All Packages