Uses of Interface
org.apache.accumulo.core.spi.crypto.FileDecrypter
-
Packages that use FileDecrypter Package Description org.apache.accumulo.core.crypto org.apache.accumulo.core.spi.crypto -
-
Uses of FileDecrypter in org.apache.accumulo.core.crypto
Methods in org.apache.accumulo.core.crypto that return FileDecrypter Modifier and Type Method Description static FileDecrypter
CryptoUtils. getFileDecrypter(CryptoService cs, CryptoEnvironment.Scope scope, TableId tableId, DataInputStream in)
Read the decryption parameters from the DataInputStream and get the FileDecrypter associated with the provided CryptoService and CryptoEnvironment.Scope. -
Uses of FileDecrypter in org.apache.accumulo.core.spi.crypto
Classes in org.apache.accumulo.core.spi.crypto that implement FileDecrypter Modifier and Type Class Description class
AESCryptoService.AESCBCCryptoModule.AESCBCFileDecrypter
class
AESCryptoService.AESGCMCryptoModule.AESGCMFileDecrypter
class
NoFileDecrypter
Methods in org.apache.accumulo.core.spi.crypto that return FileDecrypter Modifier and Type Method Description FileDecrypter
AESCryptoService.AESCBCCryptoModule. getDecrypter(Key fek)
FileDecrypter
AESCryptoService.AESGCMCryptoModule. getDecrypter(Key fek)
FileDecrypter
AESCryptoService. getFileDecrypter(CryptoEnvironment environment)
FileDecrypter
CryptoService. getFileDecrypter(CryptoEnvironment environment)
Initialize the FileDecrypter for the environment and return.FileDecrypter
NoCryptoService. getFileDecrypter(CryptoEnvironment environment)
-