Package org.apache.accumulo.core.security.crypto

Interface Summary
CryptoModule Classes that obey this interface may be used to provide encrypting and decrypting streams to the rest of Accumulo.
SecretKeyEncryptionStrategy  
 

Class Summary
BlockedInputStream Reader corresponding to BlockedOutputStream.
BlockedOutputStream  
CachingHDFSSecretKeyEncryptionStrategy A SecretKeyEncryptionStrategy 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 the CryptoModule interface, defining how calling applications can receive encrypted input and output streams.
DefaultCryptoModuleUtils  
DiscardCloseOutputStream  
NoFlushOutputStream  
NonCachingSecretKeyEncryptionStrategy  
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.