Uses of Interface
org.apache.accumulo.core.security.crypto.CryptoModule

Packages that use CryptoModule
org.apache.accumulo.core.security.crypto   
 

Uses of CryptoModule in org.apache.accumulo.core.security.crypto
 

Classes in org.apache.accumulo.core.security.crypto that implement CryptoModule
 class DefaultCryptoModule
          This class implements the CryptoModule interface, defining how calling applications can receive encrypted input and output streams.
 

Methods in org.apache.accumulo.core.security.crypto that return CryptoModule
static CryptoModule CryptoModuleFactory.getCryptoModule(AccumuloConfiguration conf)
          This method returns a crypto module based on settings in the given configuration parameter.
static CryptoModule CryptoModuleFactory.getCryptoModule(String cryptoModuleClassname)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.