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> 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.