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

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

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)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.