Class KeyProviderFactory

java.lang.Object
org.apache.hadoop.crypto.key.KeyProviderFactory

@Public @Unstable public abstract class KeyProviderFactory extends Object
A factory to create a list of KeyProvider based on the path given in a Configuration. It uses a service loader interface to find the available KeyProviders and create them based on the list of URIs.