Uses of Interface
org.apache.accumulo.core.spi.crypto.CryptoService
Packages that use CryptoService
-
Uses of CryptoService in org.apache.accumulo.core.spi.crypto
Classes in org.apache.accumulo.core.spi.crypto that implement CryptoServiceModifier and TypeClassDescriptionclass
Example implementation of AES encryption for Accumuloclass
The default encryption strategy which does nothing.Fields in org.apache.accumulo.core.spi.crypto declared as CryptoServiceMethods in org.apache.accumulo.core.spi.crypto that return CryptoServiceModifier and TypeMethodDescriptionCryptoServiceFactory.getService
(CryptoEnvironment environment, Map<String, String> properties) Return the appropriate CryptoService.GenericCryptoServiceFactory.getService
(CryptoEnvironment environment, Map<String, String> properties) NoCryptoServiceFactory.getService
(CryptoEnvironment env, Map<String, String> properties) PerTableCryptoServiceFactory.getService
(CryptoEnvironment environment, Map<String, String> props) default CryptoService
CryptoServiceFactory.newCryptoService
(String cryptoServiceName) Loads a crypto service based on the name provided.