Package com.sun.identity.saml.xmlsig
Interface PasswordDecoder
-
@SupportedAll public interface PasswordDecoder
The classPasswordDecoder
is an interface that is implemented to decode password.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDecodedPassword(String encodedPwd)
Returns decoded password.
-