Package | Description |
---|---|
org.apache.hadoop.crypto.key |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<KeyProvider> |
KeyProviderFactory.getProviders(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static KeyProvider |
KeyProvider.findProvider(List<KeyProvider> providerList,
String keyName)
Find the provider with the given key.
|
Copyright © 2017 Apache Software Foundation. All rights reserved.