Uses of Class
org.apache.hadoop.hbase.io.crypto.Cipher

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

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

Methods in org.apache.hadoop.hbase.io.crypto that return Cipher
 Cipher Context.getCipher()
           
static Cipher Encryption.getCipher(org.apache.hadoop.conf.Configuration conf, String name)
          Get an cipher given a name
 Cipher DefaultCipherProvider.getCipher(String name)
           
 Cipher CipherProvider.getCipher(String name)
          Get an Cipher
 

Methods in org.apache.hadoop.hbase.io.crypto with parameters of type Cipher
static void Encryption.decryptWithSubjectKey(OutputStream out, InputStream in, int outLen, String subject, org.apache.hadoop.conf.Configuration conf, Cipher cipher, byte[] iv)
          Decrypts a block of ciphertext with the symmetric key resolved for the given subject
static void Encryption.encryptWithSubjectKey(OutputStream out, InputStream in, String subject, org.apache.hadoop.conf.Configuration conf, Cipher cipher, byte[] iv)
          Encrypts a block of plaintext with the symmetric key resolved for the given subject
 Encryption.Context Encryption.Context.setCipher(Cipher cipher)
           
 Context Context.setCipher(Cipher cipher)
           
 

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

Subclasses of Cipher in org.apache.hadoop.hbase.io.crypto.aes
 class AES
          AES-128, provided by the JCE
 



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