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