Uses of Interface
com.sshtools.client.PassphrasePrompt
Packages that use PassphrasePrompt
-
Uses of PassphrasePrompt in com.sshtools.client
Methods in com.sshtools.client with parameters of type PassphrasePromptModifier and TypeMethodDescriptionSshClient.SshClientBuilder.withPrivateKeyFile(File file, PassphrasePrompt prompt) Set a private key file to use for authentication.SshClient.SshClientBuilder.withPrivateKeyFile(Path path, PassphrasePrompt prompt) Set a private key file to use for authentication.SshClient.SshClientBuilder.withPrivateKeyFiles(Collection<File> files, PassphrasePrompt prompt) Set a private key file to use for authentication.SshClient.SshClientBuilder.withPrivateKeyPaths(Collection<Path> paths, PassphrasePrompt prompt) Set multiple private keys from a Path collection.Constructors in com.sshtools.client with parameters of type PassphrasePromptModifierConstructorDescriptionIdentityFileAuthenticator(PassphrasePrompt passphrase) IdentityFileAuthenticator(Collection<Path> identities, PassphrasePrompt passphrase) PrivateKeyFileAuthenticator(File path, PassphrasePrompt passphrase) PrivateKeyFileAuthenticator(Path path, PassphrasePrompt passphrase)