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, wait
Methods 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:CryptoServiceFactory
Return the appropriate CryptoService.- Specified by:
getService
in interfaceCryptoServiceFactory
- Parameters:
env
- CryptoEnvironment containing a variety of informationproperties
- configuration- Returns:
- CryptoService based on the environment and configuration
-