Package io.grpc.alts
Class AltsChannelCredentials
- java.lang.Object
-
- io.grpc.alts.AltsChannelCredentials
-
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4151") public final class AltsChannelCredentials extends java.lang.Object
Provides secure and authenticated communication between two cloud VMs using ALTS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AltsChannelCredentials.Builder
(package private) static class
AltsChannelCredentials.FailingProtocolNegotiator
private static class
AltsChannelCredentials.FailingProtocolNegotiatorFactory
-
Constructor Summary
Constructors Modifier Constructor Description private
AltsChannelCredentials()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ChannelCredentials
create()
static AltsChannelCredentials.Builder
newBuilder()
-
-
-
Method Detail
-
create
public static io.grpc.ChannelCredentials create()
-
newBuilder
public static AltsChannelCredentials.Builder newBuilder()
-
-