Uses of Interface
net.schmizz.sshj.userauth.keyprovider.FileKeyProvider
-
Packages that use FileKeyProvider Package Description com.hierynomus.sshj.userauth.keyprovider net.schmizz.sshj net.schmizz.sshj.userauth.keyprovider -
-
Uses of FileKeyProvider in com.hierynomus.sshj.userauth.keyprovider
Classes in com.hierynomus.sshj.userauth.keyprovider that implement FileKeyProvider Modifier and Type Class Description class
OpenSSHKeyV1KeyFile
Reads a key file in the new OpenSSH format.Methods in com.hierynomus.sshj.userauth.keyprovider that return FileKeyProvider Modifier and Type Method Description FileKeyProvider
OpenSSHKeyV1KeyFile.Factory. create()
-
Uses of FileKeyProvider in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type FileKeyProvider Modifier and Type Field Description private java.util.List<Factory.Named<FileKeyProvider>>
ConfigImpl. fileKeyProviderFactories
Methods in net.schmizz.sshj that return types with arguments of type FileKeyProvider Modifier and Type Method Description java.util.List<Factory.Named<FileKeyProvider>>
Config. getFileKeyProviderFactories()
Retrieve the list of named factories forFileKeyProvider
.java.util.List<Factory.Named<FileKeyProvider>>
ConfigImpl. getFileKeyProviderFactories()
Method parameters in net.schmizz.sshj with type arguments of type FileKeyProvider Modifier and Type Method Description void
Config. setFileKeyProviderFactories(java.util.List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories)
Set the named factories forFileKeyProvider
.void
ConfigImpl. setFileKeyProviderFactories(java.util.List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories)
-
Uses of FileKeyProvider in net.schmizz.sshj.userauth.keyprovider
Classes in net.schmizz.sshj.userauth.keyprovider that implement FileKeyProvider Modifier and Type Class Description class
BaseFileKeyProvider
class
OpenSSHKeyFile
Represents an OpenSSH identity that consists of a PKCS8-encoded private key file and an unencrypted public key file of the same name with the".pub"
extension.class
PKCS8KeyFile
Key File implementation supporting PEM-encoded PKCS8 and PKCS1 formats with or without password-based encryptionclass
PuTTYKeyFile
Sample PuTTY file formatMethods in net.schmizz.sshj.userauth.keyprovider that return FileKeyProvider Modifier and Type Method Description FileKeyProvider
OpenSSHKeyFile.Factory. create()
FileKeyProvider
PKCS8KeyFile.Factory. create()
FileKeyProvider
PuTTYKeyFile.Factory. create()
-