Interface FileKeyProvider
- All Superinterfaces:
KeyProvider
- All Known Implementing Classes:
BaseFileKeyProvider
,OpenSSHKeyFile
,OpenSSHKeyV1KeyFile
,PKCS8KeyFile
,PuTTYKeyFile
A file key provider is initialized with a location of
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
init
(File location, PasswordFinder pwdf) void
void
void
init
(Reader privateKey, Reader publicKey, PasswordFinder pwdf) void
init
(Reader location, PasswordFinder pwdf) void
void
init
(String privateKey, String publicKey, PasswordFinder pwdf) Methods inherited from interface net.schmizz.sshj.userauth.keyprovider.KeyProvider
getPrivate, getPublic, getType
-
Method Details
-
init
-
init
-
init
-
init
-
init
-
init
-
init
-
init
-