@InterfaceAudience.Public @InterfaceStability.Evolving public interface KeyProvider
| Modifier and Type | Field and Description | 
|---|---|
static String | 
PASSWORD  | 
static String | 
PASSWORDFILE  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
static final String PASSWORD
static final String PASSWORDFILE