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

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

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

Methods in org.apache.hadoop.hbase.io.crypto that return Encryptor
abstract  Encryptor Cipher.getEncryptor()
          Get an encryptor for encrypting data.
 

Methods in org.apache.hadoop.hbase.io.crypto with parameters of type Encryptor
abstract  OutputStream Cipher.createEncryptionStream(OutputStream out, Encryptor encryptor)
          Create an encrypting output stream given an initialized encryptor
static void Encryption.encrypt(OutputStream out, byte[] src, int offset, int length, Encryptor e)
          Encrypt a block of plaintext
static void Encryption.encrypt(OutputStream out, InputStream in, Encryptor e)
          Encrypt a stream of plaintext given an encryptor
 



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