| net.schmizz.sshj.userauth.keyprovider.FileKeyProvider |
Known Indirect Subclasses
| 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. |
| PKCS8KeyFile |
Represents a PKCS8-encoded key file. |
|
Class Overview
A file key provider is initialized with a location of
Summary
| Nested Classes |
|
enum |
FileKeyProvider.Format |
|
| Public Methods |
|
abstract
void
|
init(String privateKey, String publicKey, PasswordFinder pwdf)
|
|
abstract
void
|
init(String privateKey, String publicKey)
|
|
abstract
void
|
init(File location, PasswordFinder pwdf)
|
|
abstract
void
|
init(File location)
|
Public Methods
public
abstract
void
init
(String privateKey, String publicKey, PasswordFinder pwdf)
Parameters
| privateKey
| |
| publicKey
| |
| pwdf
| |
public
abstract
void
init
(String privateKey, String publicKey)
public
abstract
void
init
(File location)