Uses of Interface
org.apache.sshd.common.config.keys.FilePasswordProvider.Decoder
-
Packages that use FilePasswordProvider.Decoder Package Description org.apache.sshd.common.config.keys -
-
Uses of FilePasswordProvider.Decoder in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys with parameters of type FilePasswordProvider.Decoder Modifier and Type Method Description default <T> TFilePasswordProvider. decode(SessionContext session, NamedResource resourceKey, FilePasswordProvider.Decoder<? extends T> decoder)Obtains the password throughFilePasswordProvider.getPassword(SessionContext, NamedResource, int), invokes theFilePasswordProvider.Decoderand thenFilePasswordProvider.handleDecodeAttemptResult(SessionContext, NamedResource, int, String, Exception)and then returns the decoded result.
-