Packages that use org.apache.hadoop.hbase.io.crypto.Cipher
-
org.apache.hadoop.hbase.io.crypto.Cipher
CipherProvider.getCipher(String name)
org.apache.hadoop.hbase.io.crypto.Cipher
Context.getCipher()
org.apache.hadoop.hbase.io.crypto.Cipher
CryptoCipherProvider.getCipher(String name)
org.apache.hadoop.hbase.io.crypto.Cipher
DefaultCipherProvider.getCipher(String name)
static org.apache.hadoop.hbase.io.crypto.Cipher
Encryption.getCipher(org.apache.hadoop.conf.Configuration conf,
String name)
Get an cipher given a name
static void
Encryption.decryptWithSubjectKey(OutputStream out,
InputStream in,
int outLen,
String subject,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.io.crypto.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,
org.apache.hadoop.hbase.io.crypto.Cipher cipher,
byte[] iv)
Encrypts a block of plaintext with the symmetric key resolved for the given subject
org.apache.hadoop.hbase.io.crypto.Context
Context.setCipher(org.apache.hadoop.hbase.io.crypto.Cipher cipher)
org.apache.hadoop.hbase.io.crypto.Encryption.Context
Encryption.Context.setCipher(org.apache.hadoop.hbase.io.crypto.Cipher cipher)
-
class
org.apache.hadoop.hbase.io.crypto.aes.AES
AES-128, provided by the JCE
class
org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES