Class GenericCryptoServiceFactory

java.lang.Object
org.apache.accumulo.core.spi.crypto.GenericCryptoServiceFactory
All Implemented Interfaces:
CryptoServiceFactory

public class GenericCryptoServiceFactory extends Object implements CryptoServiceFactory
Factory that will load a crypto service configured, first checking GENERAL_SERVICE_NAME_PROP and then TABLE_SERVICE_NAME_PROP. Useful for general purpose on disk encryption, with no Table context.
  • Field Details

    • GENERAL_SERVICE_NAME_PROP

      public static final String GENERAL_SERVICE_NAME_PROP
    • TABLE_SERVICE_NAME_PROP

      public static final String TABLE_SERVICE_NAME_PROP
  • Constructor Details

    • GenericCryptoServiceFactory

      public GenericCryptoServiceFactory()
  • Method Details