Class AESCryptoService.AESGCMCryptoModule
- java.lang.Object
-
- org.apache.accumulo.core.cryptoImpl.AESCryptoService.AESGCMCryptoModule
-
- Enclosing class:
- AESCryptoService
public class AESCryptoService.AESGCMCryptoModule extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAESCryptoService.AESGCMCryptoModule.AESGCMFileDecrypterclassAESCryptoService.AESGCMCryptoModule.AESGCMFileEncrypter
-
Constructor Summary
Constructors Constructor Description AESGCMCryptoModule(Key encryptingKek, String keyLocation, String keyManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileDecryptergetDecrypter(Key fek)FileEncryptergetEncrypter()
-
-
-
Method Detail
-
getEncrypter
public FileEncrypter getEncrypter()
-
getDecrypter
public FileDecrypter getDecrypter(Key fek)
-
-