Uses of Class
org.apache.hadoop.hbase.io.crypto.Cipher
Package
Description
-
Uses of org.apache.hadoop.hbase.io.crypto.Cipher in org.apache.hadoop.hbase.io.crypto
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.crypto.Cipher
CipherProvider.getCipher
(String name) Get an Cipherorg.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 nameModifier and TypeMethodDescriptionstatic 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 subjectstatic 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 subjectorg.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) -
Uses of org.apache.hadoop.hbase.io.crypto.Cipher in org.apache.hadoop.hbase.io.crypto.aes
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.io.crypto.aes.AES
AES-128, provided by the JCEclass
org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
-
Uses of org.apache.hadoop.hbase.io.crypto.Cipher in org.apache.hadoop.hbase.util
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.io.crypto.Cipher
LoadTestTool.cipher