public interface PasswordEncoder
| Modifier and Type | Method and Description |
|---|---|
String |
encode(CharSequence rawPassword,
PasswordSalt passwordSalt) |
boolean |
isMatches(CharSequence rawPassword,
String encodedPassword,
PasswordSalt salt) |
String encode(CharSequence rawPassword, PasswordSalt passwordSalt)
boolean isMatches(CharSequence rawPassword, String encodedPassword, PasswordSalt salt)
Copyright © 2020 Flowable. All rights reserved.