Uses of Interface
io.grpc.alts.internal.ChannelCrypterNetty
-
Packages that use ChannelCrypterNetty Package Description io.grpc.alts.internal -
-
Uses of ChannelCrypterNetty in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement ChannelCrypterNetty Modifier and Type Class Description (package private) class
AltsChannelCrypter
Performs encryption and decryption with AES-GCM using JCE.Fields in io.grpc.alts.internal declared as ChannelCrypterNetty Modifier and Type Field Description private ChannelCrypterNetty
AltsTsiFrameProtector.Protector. crypter
private ChannelCrypterNetty
AltsTsiFrameProtector.Unprotector. crypter
Constructors in io.grpc.alts.internal with parameters of type ChannelCrypterNetty Constructor Description AltsTsiFrameProtector(int maxProtectedFrameBytes, ChannelCrypterNetty crypter, io.netty.buffer.ByteBufAllocator alloc)
Create a new AltsTsiFrameProtector.Protector(int maxProtectedFrameBytes, ChannelCrypterNetty crypter)
Unprotector(ChannelCrypterNetty crypter, io.netty.buffer.ByteBufAllocator alloc)
-