net.schmizz.sshj.userauth.keyprovider
Interface FileKeyProvider
- All Superinterfaces:
- KeyProvider
- All Known Implementing Classes:
- OpenSSHKeyFile, PKCS8KeyFile
public interface FileKeyProvider
- extends KeyProvider
A file key provider is initialized with a location of
init
void init(File location)
init
void init(File location,
PasswordFinder pwdf)
init
void init(String privateKey,
String publicKey)
init
void init(String privateKey,
String publicKey,
PasswordFinder pwdf)
Copyright © 2009-2012. All Rights Reserved.