Interface CryptoEnvironment
public interface CryptoEnvironment
Useful information provided to the crypto implementation
- Since:
- 2.0
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumWhere in Accumulo the on-disk file encryption takes place.
- 
Method Summary
- 
Method Details- 
getScopeCryptoEnvironment.Scope getScope()
- 
getTableIdIf in the TABLE scope, get the tableId. Will be empty in WAL scope.
- 
getDecryptionParamsOptional<byte[]> getDecryptionParams()If decrypting files, get the params read from the file. Will be empty if encrypting.
 
-