Uses of Interface
org.apache.hadoop.hbase.io.crypto.Decryptor
Package
Description
-
Uses of org.apache.hadoop.hbase.io.crypto.Decryptor in org.apache.hadoop.hbase.io.crypto
Modifier and TypeMethodDescriptionabstract org.apache.hadoop.hbase.io.crypto.Decryptor
Cipher.getDecryptor()
Return a decryptor for decrypting data.Modifier and TypeMethodDescriptionabstract InputStream
Cipher.createDecryptionStream
(InputStream in, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor) Create a decrypting output stream given an initialized decryptorstatic void
Encryption.decrypt
(byte[] dest, int destOffset, InputStream in, int destSize, org.apache.hadoop.hbase.io.crypto.Decryptor d) Decrypt a block of ciphertext read in from a stream with the given cipher and contextstatic void
Encryption.decrypt
(OutputStream out, InputStream in, int outLen, org.apache.hadoop.hbase.io.crypto.Decryptor d) Decrypt a stream of ciphertext given a decryptor -
Uses of org.apache.hadoop.hbase.io.crypto.Decryptor in org.apache.hadoop.hbase.io.crypto.aes
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
class
org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.crypto.Decryptor
AES.getDecryptor()
org.apache.hadoop.hbase.io.crypto.Decryptor
CommonsCryptoAES.getDecryptor()
Modifier and TypeMethodDescriptionAES.createDecryptionStream
(InputStream in, org.apache.hadoop.hbase.io.crypto.Decryptor d) CommonsCryptoAES.createDecryptionStream
(InputStream in, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor) -
Uses of org.apache.hadoop.hbase.io.crypto.Decryptor in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.io.crypto.Decryptor
AbstractProtobufWALReader.decryptor
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
SecureWALCellCodec.getCodec
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor) ModifierConstructorDescriptionSecureWALCellCodec
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor)