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 TypeClassDescriptionclassExample implementation of AES encryption for AccumuloclassThe 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 CryptoServiceCryptoServiceFactory.newCryptoService(String cryptoServiceName) Loads a crypto service based on the name provided.