Uses of Class
org.apache.hadoop.crypto.key.KeyProvider
Packages that use KeyProvider
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
This package provides the administrative APIs for HDFS.
-
Uses of KeyProvider in org.apache.hadoop.crypto.key
Methods in org.apache.hadoop.crypto.key that return KeyProviderModifier and TypeMethodDescriptionabstract KeyProviderKeyProviderFactory.createProvider(URI providerName, Configuration conf) static KeyProviderKeyProvider.findProvider(List<KeyProvider> providerList, String keyName) Find the provider with the given key.static KeyProviderKeyProviderFactory.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 KeyProviderModifier and TypeMethodDescriptionstatic List<KeyProvider>KeyProviderFactory.getProviders(Configuration conf) Method parameters in org.apache.hadoop.crypto.key with type arguments of type KeyProviderModifier and TypeMethodDescriptionstatic KeyProviderKeyProvider.findProvider(List<KeyProvider> providerList, String keyName) Find the provider with the given key. -
Uses of KeyProvider in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return KeyProvider