Class NoCryptoServiceFactory
java.lang.Object
org.apache.accumulo.core.spi.crypto.NoCryptoServiceFactory
- All Implemented Interfaces:
CryptoServiceFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetService(CryptoEnvironment env, Map<String, String> properties) Return the appropriate CryptoService.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.accumulo.core.spi.crypto.CryptoServiceFactory
newCryptoService
-
Field Details
-
NONE
-
-
Constructor Details
-
NoCryptoServiceFactory
public NoCryptoServiceFactory()
-
-
Method Details
-
getService
Description copied from interface:CryptoServiceFactoryReturn the appropriate CryptoService.- Specified by:
getServicein interfaceCryptoServiceFactory- Parameters:
env- CryptoEnvironment containing a variety of informationproperties- configuration- Returns:
- CryptoService based on the environment and configuration
-