Home
last modified time | relevance | path

Searched refs:ChannelCrypterNetty (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java45 int maxProtectedFrameBytes, ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in AltsTsiFrameProtector()
101 private ChannelCrypterNetty crypter;
103 Protector(int maxProtectedFrameBytes, ChannelCrypterNetty crypter) { in Protector()
191 private final ChannelCrypterNetty crypter;
201 Unprotector(ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in Unprotector()
DChannelCrypterNetty.java31 public interface ChannelCrypterNetty { interface
DAltsChannelCrypter.java29 final class AltsChannelCrypter implements ChannelCrypterNetty {
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DFakeChannelCrypter.java27 public final class FakeChannelCrypter implements ChannelCrypterNetty {
DChannelCrypterNettyTestBase.java41 public ChannelCrypterNetty client;
42 public ChannelCrypterNetty server;