Package org.apache.orc.impl
Interface KeyProvider.Factory
- Enclosing interface:
- KeyProvider
public static interface KeyProvider.Factory
A service loader factory interface.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(String kind, Configuration conf, Random random) Create a key provider.
-
Method Details
-
create
Create a key provider.- Parameters:
kind- the kind of key providerconf- the configurationrandom- a random number generator- Returns:
- the key provider
- Throws:
IOException- if there is an error
-