| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.security |
| Modifier and Type | Field and Description |
|---|---|
protected CryptoAES |
ServerRpcConnection.cryptoAES |
| Modifier and Type | Field and Description |
|---|---|
private CryptoAES |
CryptoAESUnwrapHandler.cryptoAES |
private CryptoAES |
CryptoAESWrapHandler.cryptoAES |
private CryptoAES |
HBaseSaslRpcClient.cryptoAES |
| Modifier and Type | Method and Description |
|---|---|
static CryptoAES |
EncryptionUtil.createCryptoAES(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.CryptoCipherMeta cryptoCipherMeta,
org.apache.hadoop.conf.Configuration conf)
Helper to create an instance of CryptoAES.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
NettyHBaseRpcConnectionHeaderHandler.setupCryptoAESHandler(org.apache.hbase.thirdparty.io.netty.channel.ChannelPipeline p,
CryptoAES cryptoAES)
Remove handlers for sasl encryption and add handlers for Crypto AES encryption
|
| Constructor and Description |
|---|
CryptoAESUnwrapHandler(CryptoAES cryptoAES) |
CryptoAESWrapHandler(CryptoAES cryptoAES) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.