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

Packages that use Decryptor
org.apache.hadoop.hbase.io.crypto   
org.apache.hadoop.hbase.io.crypto.aes   
org.apache.hadoop.hbase.regionserver.wal   
 

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

Methods in org.apache.hadoop.hbase.io.crypto that return Decryptor
abstract  Decryptor Cipher.getDecryptor()
          Return a decryptor for decrypting data.
 

Methods in org.apache.hadoop.hbase.io.crypto with parameters of type Decryptor
abstract  InputStream Cipher.createDecryptionStream(InputStream in, Decryptor decryptor)
          Create a decrypting output stream given an initialized decryptor
static void Encryption.decrypt(byte[] dest, int destOffset, InputStream in, int destSize, Decryptor d)
          Decrypt a block of ciphertext read in from a stream with the given cipher and context
static void Encryption.decrypt(OutputStream out, InputStream in, int outLen, Decryptor d)
          Decrypt a stream of ciphertext given a decryptor
 

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

Classes in org.apache.hadoop.hbase.io.crypto.aes that implement Decryptor
 class AESDecryptor
           
 

Methods in org.apache.hadoop.hbase.io.crypto.aes that return Decryptor
 Decryptor AES.getDecryptor()
           
 

Methods in org.apache.hadoop.hbase.io.crypto.aes with parameters of type Decryptor
 InputStream AES.createDecryptionStream(InputStream in, Decryptor d)
           
 

Uses of Decryptor in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type Decryptor
static WALCellCodec SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf, Decryptor decryptor)
           
 

Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type Decryptor
SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf, Decryptor decryptor)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.