Package org.apache.accumulo.core.security.crypto
-
Interface Summary Interface Description CryptoModule Classes that obey this interface may be used to provide encrypting and decrypting streams to the rest of Accumulo.SecretKeyEncryptionStrategy -
Class Summary Class Description BlockedInputStream Reader corresponding to BlockedOutputStream.BlockedOutputStream CachingHDFSSecretKeyEncryptionStrategy ASecretKeyEncryptionStrategy
that gets its key from HDFS and caches it for IO.CryptoModuleFactory This factory module exists to assist other classes in loading crypto modules.CryptoModuleParameters This class defines several parameters needed by by a module providing cryptographic stream support in Accumulo.DefaultCryptoModule This class implements theCryptoModule
interface, defining how calling applications can receive encrypted input and output streams.DefaultCryptoModuleUtils DiscardCloseOutputStream NoFlushOutputStream NonCachingSecretKeyEncryptionStrategy