Home
last modified time | relevance | path

Searched refs:HandshakeProtocol (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsHandshakerClient.java24 import io.grpc.alts.internal.Handshaker.HandshakeProtocol;
78 .setHandshakeSecurityProtocol(HandshakeProtocol.ALTS) in setStartClientFields()
104 .putHandshakeParameters(HandshakeProtocol.ALTS.getNumber(), serverParameters) in setStartServerFields()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsTsiTest.java23 import io.grpc.alts.internal.Handshaker.HandshakeProtocol;
180 .get(HandshakeProtocol.ALTS.getNumber()) in send()
DAltsHandshakerClientTest.java31 import io.grpc.alts.internal.Handshaker.HandshakeProtocol;
107 .setHandshakeSecurityProtocol(HandshakeProtocol.ALTS) in startClientHandshakeWithOptions()
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Dhandshaker.proto23 enum HandshakeProtocol { enum
64 HandshakeProtocol handshake_security_protocol = 1;
119 // to handshake_parameters is the integer value of HandshakeProtocol enum.
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto23 enum HandshakeProtocol { enum
64 HandshakeProtocol handshake_security_protocol = 1;
119 // to handshake_parameters is the integer value of HandshakeProtocol enum.
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto23 enum HandshakeProtocol { enum
64 HandshakeProtocol handshake_security_protocol = 1;
119 // to handshake_parameters is the integer value of HandshakeProtocol enum.
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DHandshaker.java20 public enum HandshakeProtocol enum in Handshaker
87 public static HandshakeProtocol valueOf(int value) { in valueOf()
91 public static HandshakeProtocol forNumber(int value) { in forNumber()
100 public static com.google.protobuf.Internal.EnumLiteMap<HandshakeProtocol>
105 HandshakeProtocol> internalValueMap =
106 new com.google.protobuf.Internal.EnumLiteMap<HandshakeProtocol>() {
107 public HandshakeProtocol findValueByNumber(int number) {
108 return HandshakeProtocol.forNumber(number);
125 private static final HandshakeProtocol[] VALUES = values();
127 public static HandshakeProtocol valueOf( in valueOf()
[all …]