Uses of Interface
org.apache.hadoop.hbase.io.crypto.CipherProvider

Packages that use CipherProvider
org.apache.hadoop.hbase.io.crypto   
org.apache.hadoop.hbase.io.crypto.aes   
 

Uses of CipherProvider in org.apache.hadoop.hbase.io.crypto
 

Classes in org.apache.hadoop.hbase.io.crypto that implement CipherProvider
 class DefaultCipherProvider
          The default cipher provider.
 

Methods in org.apache.hadoop.hbase.io.crypto that return CipherProvider
static CipherProvider Encryption.getCipherProvider(org.apache.hadoop.conf.Configuration conf)
           
 CipherProvider Cipher.getProvider()
          Return the provider for this Cipher
 

Constructors in org.apache.hadoop.hbase.io.crypto with parameters of type CipherProvider
Cipher(CipherProvider provider)
           
 

Uses of CipherProvider in org.apache.hadoop.hbase.io.crypto.aes
 

Constructors in org.apache.hadoop.hbase.io.crypto.aes with parameters of type CipherProvider
AES(CipherProvider provider)
           
 



Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.