|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyProvider | |
|---|---|
| org.apache.hadoop.crypto.key | |
| Uses of KeyProvider in org.apache.hadoop.crypto.key |
|---|
| Methods in org.apache.hadoop.crypto.key that return KeyProvider | |
|---|---|
abstract KeyProvider |
KeyProviderFactory.createProvider(URI providerName,
Configuration conf)
|
static KeyProvider |
KeyProvider.findProvider(List<KeyProvider> providerList,
String keyName)
Find the provider with the given key. |
static KeyProvider |
KeyProviderFactory.get(URI uri,
Configuration conf)
Create a KeyProvider based on a provided URI. |
| Methods in org.apache.hadoop.crypto.key that return types with arguments of type KeyProvider | |
|---|---|
static List<KeyProvider> |
KeyProviderFactory.getProviders(Configuration conf)
|
| Method parameters in org.apache.hadoop.crypto.key with type arguments of type KeyProvider | |
|---|---|
static KeyProvider |
KeyProvider.findProvider(List<KeyProvider> providerList,
String keyName)
Find the provider with the given key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||