Uses of Interface
org.apache.accumulo.core.spi.crypto.CryptoEnvironment
Packages that use CryptoEnvironment
-
Uses of CryptoEnvironment in org.apache.accumulo.core.spi.crypto
Methods in org.apache.accumulo.core.spi.crypto with parameters of type CryptoEnvironmentModifier and TypeMethodDescriptionAESCryptoService.getFileDecrypter(CryptoEnvironment environment) CryptoService.getFileDecrypter(CryptoEnvironment environment) Initialize the FileDecrypter for the environment and return.NoCryptoService.getFileDecrypter(CryptoEnvironment environment) AESCryptoService.getFileEncrypter(CryptoEnvironment environment) CryptoService.getFileEncrypter(CryptoEnvironment environment) Initialize the FileEncrypter for the environment and return.NoCryptoService.getFileEncrypter(CryptoEnvironment environment) CryptoServiceFactory.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)