Uses of Interface
io.grpc.alts.internal.ChannelCrypterNetty
Packages that use ChannelCrypterNetty
-
Uses of ChannelCrypterNetty in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement ChannelCrypterNettyModifier and TypeClassDescription(package private) final class
Performs encryption and decryption with AES-GCM using JCE.Fields in io.grpc.alts.internal declared as ChannelCrypterNettyModifier and TypeFieldDescriptionprivate ChannelCrypterNetty
AltsTsiFrameProtector.Protector.crypter
private final ChannelCrypterNetty
AltsTsiFrameProtector.Unprotector.crypter
Constructors in io.grpc.alts.internal with parameters of type ChannelCrypterNettyModifierConstructorDescriptionAltsTsiFrameProtector
(int maxProtectedFrameBytes, ChannelCrypterNetty crypter, io.netty.buffer.ByteBufAllocator alloc) Create a new AltsTsiFrameProtector.(package private)
Protector
(int maxProtectedFrameBytes, ChannelCrypterNetty crypter) (package private)
Unprotector
(ChannelCrypterNetty crypter, io.netty.buffer.ByteBufAllocator alloc)