- gensalt(String, int, SecureRandom) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
param prefix the prefix value (default $2a)
param log_rounds the log2 of the number of rounds of hashing to apply - the work
factor therefore increases as 2**log_rounds.
- gensalt(String, int) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
param prefix the prefix value (default $2a)
param log_rounds the log2 of the number of rounds of hashing to apply - the work
factor therefore increases as 2**log_rounds.
- gensalt(int, SecureRandom) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
param log_rounds the log2 of the number of rounds of hashing to apply - the work
factor therefore increases as 2**log_rounds.
- gensalt(int) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
param log_rounds the log2 of the number of rounds of hashing to apply - the work
factor therefore increases as 2**log_rounds.
- gensalt(String) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
-
- gensalt() - 类 中的静态方法cn.elegent.security.common.util.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable
default for the number of hashing rounds to apply
return an encoded salt value
- getEndDate(int, TimeUnit, ZoneId) - 类 中的静态方法cn.elegent.security.common.util.JWTUtils
-
- getLoginStrategy() - 接口 中的方法cn.elegent.security.common.core.LoginStrategyService
-
获取全部的登录策略
- getLoginStrategy() - 类 中的方法cn.elegent.security.common.login.DefaultLoginStrategyService
-
- getSubject() - 类 中的静态方法cn.elegent.security.common.context.SubjectContext
-