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 classOpenSSHKeyV1KeyFileReads a key file in the new OpenSSH format.Methods in com.hierynomus.sshj.userauth.keyprovider that return FileKeyProvider Modifier and Type Method Description FileKeyProviderOpenSSHKeyV1KeyFile.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. fileKeyProviderFactoriesMethods 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 voidConfig. setFileKeyProviderFactories(java.util.List<Factory.Named<FileKeyProvider>> fileKeyProviderFactories)Set the named factories forFileKeyProvider.voidConfigImpl. 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 classBaseFileKeyProviderclassOpenSSHKeyFileRepresents 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.classPKCS8KeyFileKey File implementation supporting PEM-encoded PKCS8 and PKCS1 formats with or without password-based encryptionclassPuTTYKeyFileSample PuTTY file formatMethods in net.schmizz.sshj.userauth.keyprovider that return FileKeyProvider Modifier and Type Method Description FileKeyProviderOpenSSHKeyFile.Factory. create()FileKeyProviderPKCS8KeyFile.Factory. create()FileKeyProviderPuTTYKeyFile.Factory. create()
-