| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
FilePasswordProvider.decode(SessionContext session,
NamedResource resourceKey,
FilePasswordProvider.Decoder<? extends T> decoder)
Obtains the password through
FilePasswordProvider.getPassword(SessionContext, NamedResource, int), invokes the
FilePasswordProvider.Decoder and then
FilePasswordProvider.handleDecodeAttemptResult(SessionContext, NamedResource, int, String, Exception) and then returns the
decoded result. |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.