Uses of Class
org.apache.hadoop.hbase.io.crypto.Context
Packages that use org.apache.hadoop.hbase.io.crypto.Context
-
Uses of org.apache.hadoop.hbase.io.crypto.Context in org.apache.hadoop.hbase.io.crypto
Subclasses of org.apache.hadoop.hbase.io.crypto.Context in in org.apache.hadoop.hbase.io.cryptoModifier and TypeClassDescriptionstatic class
org.apache.hadoop.hbase.io.crypto.Encryption.Context
Crypto contextMethods in org.apache.hadoop.hbase.io.crypto that return org.apache.hadoop.hbase.io.crypto.Context in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.crypto.Context
Context.setCipher
(org.apache.hadoop.hbase.io.crypto.Cipher cipher) org.apache.hadoop.hbase.io.crypto.Context
Context.setKey
(Key key) Methods in org.apache.hadoop.hbase.io.crypto with parameters of type org.apache.hadoop.hbase.io.crypto.Context in inModifier and TypeMethodDescriptionabstract InputStream
Cipher.createDecryptionStream
(InputStream in, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv) Create a decrypting input stream given a context and IVabstract OutputStream
Cipher.createEncryptionStream
(OutputStream out, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv) Create an encrypting output stream given a context and IV -
Uses of org.apache.hadoop.hbase.io.crypto.Context in org.apache.hadoop.hbase.io.crypto.aes
Methods in org.apache.hadoop.hbase.io.crypto.aes with parameters of type org.apache.hadoop.hbase.io.crypto.Context in inModifier and TypeMethodDescriptionAES.createDecryptionStream
(InputStream in, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv) CommonsCryptoAES.createDecryptionStream
(InputStream in, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv) AES.createEncryptionStream
(OutputStream out, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv) CommonsCryptoAES.createEncryptionStream
(OutputStream out, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv)