public interface FileKeyProvider extends KeyProvider
| Modifier and Type | Method and Description |
|---|---|
void |
init(File location) |
void |
init(File location,
PasswordFinder pwdf) |
void |
init(Reader location) |
void |
init(Reader location,
PasswordFinder pwdf) |
void |
init(String privateKey,
String publicKey) |
void |
init(String privateKey,
String publicKey,
PasswordFinder pwdf) |
getPrivate, getPublic, getTypevoid init(File location)
void init(File location, PasswordFinder pwdf)
void init(Reader location)
void init(Reader location, PasswordFinder pwdf)
void init(String privateKey, String publicKey, PasswordFinder pwdf)
Copyright © 2009–2014. All rights reserved.