Class NoCryptoService
java.lang.Object
org.apache.accumulo.core.spi.crypto.NoCryptoService
- All Implemented Interfaces:
- CryptoService
The default encryption strategy which does nothing.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.accumulo.core.spi.crypto.CryptoServiceCryptoService.CryptoException
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetFileDecrypter(CryptoEnvironment environment) Initialize the FileDecrypter for the environment and return.getFileEncrypter(CryptoEnvironment environment) Initialize the FileEncrypter for the environment and return.voidInitialize CryptoService.
- 
Field Details- 
VERSION- See Also:
 
 
- 
- 
Constructor Details- 
NoCryptoServicepublic NoCryptoService()
 
- 
- 
Method Details- 
initDescription copied from interface:CryptoServiceInitialize CryptoService. This should only be called once.- Specified by:
- initin interface- CryptoService
- Throws:
- CryptoService.CryptoException
 
- 
getFileEncrypterDescription copied from interface:CryptoServiceInitialize the FileEncrypter for the environment and return. This will get called once per R-File or Write Ahead Log. FileEncrypter implementation must be thread safe.- Specified by:
- getFileEncrypterin interface- CryptoService
 
- 
getFileDecrypterDescription copied from interface:CryptoServiceInitialize the FileDecrypter for the environment and return. This will get called once per R-File or Write Ahead Log. FileDecrypter implementation must be thread safe.- Specified by:
- getFileDecrypterin interface- CryptoService
 
 
-