Uses of Class
org.apache.hadoop.hbase.io.crypto.Context
-
Uses of Context in org.apache.hadoop.hbase.io.crypto
Modifier and TypeMethodDescriptionModifier 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
Modifier 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)