Uses of Interface
net.schmizz.sshj.userauth.keyprovider.FileKeyProvider
Packages that use FileKeyProvider
Package
Description
-
Uses of FileKeyProvider in com.hierynomus.sshj.userauth.keyprovider
Classes in com.hierynomus.sshj.userauth.keyprovider that implement FileKeyProviderModifier and TypeClassDescriptionclass
Reads a key file in the new OpenSSH format.Methods in com.hierynomus.sshj.userauth.keyprovider that return FileKeyProvider -
Uses of FileKeyProvider in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type FileKeyProviderModifier and TypeFieldDescriptionprivate List
<Factory.Named<FileKeyProvider>> ConfigImpl.fileKeyProviderFactories
Methods in net.schmizz.sshj that return types with arguments of type FileKeyProviderModifier and TypeMethodDescriptionConfig.getFileKeyProviderFactories()
Retrieve the list of named factories forFileKeyProvider
.ConfigImpl.getFileKeyProviderFactories()
Method parameters in net.schmizz.sshj with type arguments of type FileKeyProviderModifier and TypeMethodDescriptionvoid
Config.setFileKeyProviderFactories
(List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories) Set the named factories forFileKeyProvider
.void
ConfigImpl.setFileKeyProviderFactories
(List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories) -
Uses of FileKeyProvider in net.schmizz.sshj.userauth.keyprovider
Classes in net.schmizz.sshj.userauth.keyprovider that implement FileKeyProviderModifier and TypeClassDescriptionclass
class
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
Key File implementation supporting PEM-encoded PKCS8 and PKCS1 formats with or without password-based encryptionclass
Sample PuTTY file formatMethods in net.schmizz.sshj.userauth.keyprovider that return FileKeyProvider