Uses of Class
org.apache.hadoop.hbase.io.crypto.Context
Packages that use Context
-
Uses of Context in org.apache.hadoop.hbase.io.crypto
Subclasses of Context in org.apache.hadoop.hbase.io.cryptoMethods in org.apache.hadoop.hbase.io.crypto that return ContextModifier and TypeMethodDescriptionMethods in org.apache.hadoop.hbase.io.crypto with parameters of type ContextModifier and TypeMethodDescriptionabstract InputStream
Cipher.createDecryptionStream
(InputStream in, Context context, byte[] iv) Create a decrypting input stream given a context and IVabstract 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 ContextModifier and TypeMethodDescriptionAES.createDecryptionStream
(InputStream in, Context context, byte[] iv) CommonsCryptoAES.createDecryptionStream
(InputStream in, Context context, byte[] iv) AES.createEncryptionStream
(OutputStream out, Context context, byte[] iv) CommonsCryptoAES.createEncryptionStream
(OutputStream out, Context context, byte[] iv)