Uses of Class
org.apache.hadoop.crypto.key.KeyProvider

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.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.