public class PasswordBCryptMode extends Object implements framework.security.password.PasswordMode
PasswordBCryptMode()
String
encode(String rawPassword, String salt)
getName()
boolean
matched(String rawPassword, String salt, String encodedPassword)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PasswordBCryptMode()
public String getName()
getName
framework.security.password.PasswordMode
public String encode(String rawPassword, String salt)
encode
public boolean matched(String rawPassword, String salt, String encodedPassword)
matched
Copyright © 2023. All rights reserved.