public class PunchB64PasswordEncoder extends Object implements org.springframework.security.crypto.password.PasswordEncoder
| Constructor and Description |
|---|
PunchB64PasswordEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(CharSequence charSequence) |
boolean |
matches(CharSequence charSequence,
String s) |
public String encode(CharSequence charSequence)
encode in interface org.springframework.security.crypto.password.PasswordEncoderpublic boolean matches(CharSequence charSequence, String s)
matches in interface org.springframework.security.crypto.password.PasswordEncoderCopyright © 2023. All rights reserved.