Uses of Class
org.flasby.login2.utils.ZeroingString
Packages that use ZeroingString
-
Uses of ZeroingString in org.flasby.login2.auth
Methods in org.flasby.login2.auth with parameters of type ZeroingStringModifier and TypeMethodDescriptionstatic String
PasswordUtils.scrypt
(ZeroingString<IllegalStateException> passwd, int N, int r, int p) This is lifted directly from sCryptUtils but modified to take ZeroingString rather than a String as input -
Uses of ZeroingString in org.flasby.login2.entity
Methods in org.flasby.login2.entity with parameters of type ZeroingStringModifier and TypeMethodDescriptionvoid
Login.checkPassword
(ZeroingString<LoginException> plaintext, PasswordHandler onSuccess, PasswordHandler onFailure)