@InterfaceAudience.Public 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 n * @return the keys corresponding to the supplied
alias, or null if a key is not found
|
Key[] |
getKeys(String[] aliases)
Retrieve keys for a given set of key aliases
|
void |
init(String params)
Initialize the key provider n
|
static final String PASSWORD
static final String PASSWORDFILE
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.