Interface KeyProvider.Factory

Enclosing interface:
KeyProvider

public static interface KeyProvider.Factory
A service loader factory interface.
  • Method Details

    • create

      KeyProvider create(String kind, Configuration conf, Random random) throws IOException
      Create a key provider.
      Parameters:
      kind - the kind of key provider
      conf - the configuration
      random - a random number generator
      Returns:
      the key provider
      Throws:
      IOException - if there is an error