Uses of Class
org.apache.hadoop.hbase.io.crypto.aes.CryptoAES
Packages that use CryptoAES
Package
Description
Tools to help define network clients and servers.
-
Uses of CryptoAES in org.apache.hadoop.hbase.ipc
Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type CryptoAESModifier 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
Fields in org.apache.hadoop.hbase.security declared as CryptoAESModifier and TypeFieldDescriptionprivate CryptoAES
HBaseSaslRpcClient.cryptoAES
private CryptoAES
HBaseSaslRpcServer.cryptoAES
Methods in org.apache.hadoop.hbase.security that return CryptoAESModifier 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.Methods in org.apache.hadoop.hbase.security with parameters of type CryptoAESModifier 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)