クラス PasswordHashSetting
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.builtin.PasswordHashSetting
- 直系の既知のサブクラス:
Argon2PasswordHashSetting
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidintprotected StringvoidsetPasswordHashAlgorithm(String passwordHashAlgorithm) voidsetStretchCount(int stretchCount) voidsetSystemSalt(String systemSalt) voidsetVersion(String version)
-
コンストラクタの詳細
-
PasswordHashSetting
public PasswordHashSetting()
-
-
メソッドの詳細
-
getVersion
-
setVersion
-
getPasswordHashAlgorithm
-
setPasswordHashAlgorithm
-
getSystemSalt
-
setSystemSalt
-
getStretchCount
public int getStretchCount() -
setStretchCount
public void setStretchCount(int stretchCount) -
checkValidConfiguration
public void checkValidConfiguration() -
hash
-