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

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

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

Subclasses of Context in org.apache.hadoop.hbase.io.crypto
static class Encryption.Context
          Crypto context
 

Methods in org.apache.hadoop.hbase.io.crypto that return Context
 Context Context.setCipher(Cipher cipher)
           
 Context Context.setKey(Key key)
           
 

Methods in org.apache.hadoop.hbase.io.crypto with parameters of type Context
abstract  InputStream Cipher.createDecryptionStream(InputStream in, Context context, byte[] iv)
          Create a decrypting input stream given a context and IV
abstract  OutputStream Cipher.createEncryptionStream(OutputStream out, Context context, byte[] iv)
          Create an encrypting output stream given a context and IV
 

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

Methods in org.apache.hadoop.hbase.io.crypto.aes with parameters of type Context
 InputStream AES.createDecryptionStream(InputStream in, Context context, byte[] iv)
           
 OutputStream AES.createEncryptionStream(OutputStream out, Context context, byte[] iv)
           
 



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