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 TypeClassDescriptionclassReads a key file in the new OpenSSH format.Classes in com.hierynomus.sshj.userauth.keyprovider that implement interfaces with type arguments of type FileKeyProviderMethods 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.fileKeyProviderFactoriesMethods 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 TypeMethodDescriptionvoidConfig.setFileKeyProviderFactories(List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories) Set the named factories forFileKeyProvider.voidConfigImpl.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 TypeClassDescriptionclassclassRepresents 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.classKey File implementation supporting PEM-encoded PKCS8 and PKCS1 formats with or without password-based encryptionclassSample PuTTY file formatClasses in net.schmizz.sshj.userauth.keyprovider that implement interfaces with type arguments of type FileKeyProviderModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in net.schmizz.sshj.userauth.keyprovider that return FileKeyProvider