Class AltsTsiFrameProtector.Unprotector

java.lang.Object
io.grpc.alts.internal.AltsTsiFrameProtector.Unprotector
Enclosing class:
AltsTsiFrameProtector

static final class AltsTsiFrameProtector.Unprotector extends Object
  • Field Details

    • suffixBytes

      private final int suffixBytes
    • crypter

      private final ChannelCrypterNetty crypter
    • state

    • requiredProtectedBytes

      private int requiredProtectedBytes
    • firstFrameTag

      private io.netty.buffer.ByteBuf firstFrameTag
    • unhandledIdx

      private int unhandledIdx
    • unhandledBytes

      private long unhandledBytes
    • unhandledBufs

      private List<io.netty.buffer.ByteBuf> unhandledBufs
  • Constructor Details

    • Unprotector

      Unprotector(ChannelCrypterNetty crypter, io.netty.buffer.ByteBufAllocator alloc)
  • Method Details