Package | Description |
---|---|
org.wildfly.security.credential |
Modifier and Type | Method and Description |
---|---|
static SSHCredential.Builder |
SSHCredential.builder() |
SSHCredential.Builder |
SSHCredential.Builder.setKnownHostsFile(String knownHostsFile)
The name of the file containing the known hosts file
|
SSHCredential.Builder |
SSHCredential.Builder.setPassphrase(Credential passphrase)
The passphrase needed to decrypt the private key
|
SSHCredential.Builder |
SSHCredential.Builder.setPrivateKeyIdentities(String[] privateKeyIdentities)
An array of the names of files containing private keys
|
SSHCredential.Builder |
SSHCredential.Builder.setPrivateKeyIdentity(String privateKeyIdentity)
The name of the file containing the private key
|
SSHCredential.Builder |
SSHCredential.Builder.setSSHDirectory(File sshDirectory)
The path to the ssh directory containing the private key file and known hosts file
|
SSHCredential.Builder |
SSHCredential.Builder.setSSHDirectory(String sshDirectory)
The path to the ssh directory containing the private key file and known hosts file
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.