Uses of Interface
org.apache.accumulo.core.spi.crypto.CryptoEnvironment
-
Packages that use CryptoEnvironment Package Description org.apache.accumulo.core.crypto org.apache.accumulo.core.spi.crypto -
-
Uses of CryptoEnvironment in org.apache.accumulo.core.crypto
Classes in org.apache.accumulo.core.crypto that implement CryptoEnvironment Modifier and Type Class Description class
CryptoEnvironmentImpl
Methods in org.apache.accumulo.core.crypto that return CryptoEnvironment Modifier and Type Method Description static CryptoEnvironment
CryptoUtils. getCryptoEnv(CryptoEnvironment.Scope scope, TableId tableId, DataInputStream in)
-
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 FileDecrypter
AESCryptoService. getFileDecrypter(CryptoEnvironment environment)
FileDecrypter
CryptoService. getFileDecrypter(CryptoEnvironment environment)
Initialize the FileDecrypter for the environment and return.FileDecrypter
NoCryptoService. getFileDecrypter(CryptoEnvironment environment)
FileEncrypter
AESCryptoService. getFileEncrypter(CryptoEnvironment environment)
FileEncrypter
CryptoService. getFileEncrypter(CryptoEnvironment environment)
Initialize the FileEncrypter for the environment and return.FileEncrypter
NoCryptoService. getFileEncrypter(CryptoEnvironment environment)
CryptoService
CryptoServiceFactory. getService(CryptoEnvironment environment, Map<String,String> properties)
Return the appropriate CryptoService.CryptoService
GenericCryptoServiceFactory. getService(CryptoEnvironment environment, Map<String,String> properties)
CryptoService
NoCryptoServiceFactory. getService(CryptoEnvironment env, Map<String,String> properties)
CryptoService
PerTableCryptoServiceFactory. getService(CryptoEnvironment environment, Map<String,String> props)
-