public class FedletEncodeDecode extends Object implements PasswordDecoder
Constructor and Description |
---|
FedletEncodeDecode() |
Modifier and Type | Method and Description |
---|---|
String |
getDecodedPassword(String encodedPwd)
Returns decoded password.
|
static void |
main(String[] args)
Encodes the password.
|
public static void main(String[] args)
args
- password to be encoded.public String getDecodedPassword(String encodedPwd)
getDecodedPassword
in interface PasswordDecoder
encodedPwd
- encoded passwordCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.