public interface PasswordDecoder
PasswordDecoder
is an interface
that is implemented to decode password.Modifier and Type | Method and Description |
---|---|
String |
getDecodedPassword(String encodedPwd)
Returns decoded password.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.