Interface CryptoEnvironment
-
- All Known Implementing Classes:
CryptoEnvironmentImpl
public interface CryptoEnvironment
Useful information provided to the crypto implementation- Since:
- 2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CryptoEnvironment.Scope
Where in Accumulo the on-disk file encryption takes place.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getDecryptionParams()
CryptoEnvironment.Scope
getScope()
-
-
-
Method Detail
-
getScope
CryptoEnvironment.Scope getScope()
-
getDecryptionParams
byte[] getDecryptionParams()
-
-