Uses of Interface
org.apache.accumulo.core.spi.crypto.CryptoEnvironment
-
Packages that use CryptoEnvironment Package Description org.apache.accumulo.core.cryptoImpl org.apache.accumulo.core.spi.crypto -
-
Uses of CryptoEnvironment in org.apache.accumulo.core.cryptoImpl
Classes in org.apache.accumulo.core.cryptoImpl that implement CryptoEnvironment Modifier and Type Class Description classCryptoEnvironmentImplMethods in org.apache.accumulo.core.cryptoImpl with parameters of type CryptoEnvironment Modifier and Type Method Description FileDecrypterAESCryptoService. getFileDecrypter(CryptoEnvironment environment)FileDecrypterNoCryptoService. getFileDecrypter(CryptoEnvironment environment)FileEncrypterAESCryptoService. getFileEncrypter(CryptoEnvironment environment)FileEncrypterNoCryptoService. getFileEncrypter(CryptoEnvironment environment) -
Uses of CryptoEnvironment in org.apache.accumulo.core.spi.crypto
Methods in org.apache.accumulo.core.spi.crypto with parameters of type CryptoEnvironment Modifier and Type Method Description FileDecrypterCryptoService. getFileDecrypter(CryptoEnvironment environment)Initialize the FileDecrypter for the environment and return.FileEncrypterCryptoService. getFileEncrypter(CryptoEnvironment environment)Initialize the FileEncrypter for the environment and return.
-