Uses of Class
org.apache.hadoop.hbase.io.crypto.aes.CryptoAES
Package
Description
Tools to help define network clients and servers.
-
Uses of CryptoAES in org.apache.hadoop.hbase.ipc
Modifier and TypeMethodDescriptionprivate Pair<org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.ConnectionHeaderResponse,
CryptoAES> ServerRpcConnection.setupCryptoCipher()
Set up cipher for rpc encryption with Apache Commons Crypto. -
Uses of CryptoAES in org.apache.hadoop.hbase.security
Modifier and TypeFieldDescriptionprivate CryptoAES
HBaseSaslRpcClient.cryptoAES
private CryptoAES
HBaseSaslRpcServer.cryptoAES
Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionprivate 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 encryptionvoid
HBaseSaslRpcServer.switchToCryptoAES
(CryptoAES cryptoAES)