public interface FileKeyProvider extends KeyProvider
Modifier and Type | Interface and Description |
---|---|
static class |
FileKeyProvider.Format |
Modifier and Type | Method and Description |
---|---|
void |
init(File location) |
void |
init(File location,
PasswordFinder pwdf) |
void |
init(String privateKey,
String publicKey) |
void |
init(String privateKey,
String publicKey,
PasswordFinder pwdf) |
getPrivate, getPublic, getType
void init(File location)
void init(File location, PasswordFinder pwdf)
void init(String privateKey, String publicKey, PasswordFinder pwdf)
Copyright © 2009-2014. All Rights Reserved.