Package | Description |
---|---|
org.apache.hadoop.hbase.io.crypto | |
org.apache.hadoop.hbase.io.crypto.aes | |
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Method and Description |
---|---|
abstract Decryptor |
Cipher.getDecryptor()
Return a decryptor for decrypting data.
|
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
Cipher.createDecryptionStream(InputStream in,
Decryptor decryptor)
Create a decrypting output stream given an initialized decryptor
|
static void |
Encryption.decrypt(byte[] dest,
int destOffset,
InputStream in,
int destSize,
Decryptor d)
Decrypt a block of ciphertext read in from a stream with the given cipher and context
|
static void |
Encryption.decrypt(OutputStream out,
InputStream in,
int outLen,
Decryptor d)
Decrypt a stream of ciphertext given a decryptor nnnnn
|
Modifier and Type | Class and Description |
---|---|
class |
AESDecryptor |
class |
CommonsCryptoAESDecryptor |
Modifier and Type | Method and Description |
---|---|
Decryptor |
CommonsCryptoAES.getDecryptor() |
Decryptor |
AES.getDecryptor() |
Modifier and Type | Method and Description |
---|---|
InputStream |
CommonsCryptoAES.createDecryptionStream(InputStream in,
Decryptor decryptor) |
InputStream |
AES.createDecryptionStream(InputStream in,
Decryptor d) |
Modifier and Type | Field and Description |
---|---|
private Decryptor |
SecureProtobufLogReader.decryptor |
private Decryptor |
SecureWALCellCodec.decryptor |
private Decryptor |
SecureWALCellCodec.EncryptedKvDecoder.decryptor |
Modifier and Type | Method and Description |
---|---|
static WALCellCodec |
SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf,
Decryptor decryptor) |
Constructor and Description |
---|
EncryptedKvDecoder(InputStream in,
Decryptor decryptor) |
SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
Decryptor decryptor) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.