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 TypeMethodDescriptionvoidvoidinit(File location, PasswordFinder pwdf) voidvoidvoidinit(Reader privateKey, Reader publicKey, PasswordFinder pwdf) voidinit(Reader location, PasswordFinder pwdf) voidvoidinit(String privateKey, String publicKey, PasswordFinder pwdf) Methods inherited from interface KeyProvider
getPrivate, getPublic, getType
-
Method Details
-
init
-
init
-
init
-
init
-
init
-
init
-
init
-
init
-