|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Unstable public interface KeyProvider
KeyProvider is a interface to abstract the different methods of retrieving key material from key storage such as Java key store.
| Field Summary | |
|---|---|
static String |
PASSWORD
|
static String |
PASSWORDFILE
|
| Method Summary | |
|---|---|
Key |
getKey(String alias)
Retrieve the key for a given key aliase |
Key[] |
getKeys(String[] aliases)
Retrieve keys for a given set of key aliases |
void |
init(String params)
Initialize the key provider |
| Field Detail |
|---|
static final String PASSWORD
static final String PASSWORDFILE
| Method Detail |
|---|
void init(String params)
params - Key getKey(String alias)
alias -
Key[] getKeys(String[] aliases)
aliases - an array of aliases
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||