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 classPerforms encryption and decryption with AES-GCM using JCE.Fields in io.grpc.alts.internal declared as ChannelCrypterNettyModifier and TypeFieldDescriptionprivate ChannelCrypterNettyAltsTsiFrameProtector.Protector.crypterprivate final ChannelCrypterNettyAltsTsiFrameProtector.Unprotector.crypterConstructors 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)