Uses of Class
io.grpc.channelz.v1.Security.Tls.Builder
Packages that use Security.Tls.Builder
-
Uses of Security.Tls.Builder in io.grpc.channelz.v1
Subclasses with type arguments of type Security.Tls.Builder in io.grpc.channelz.v1Modifier and TypeClassDescriptionstatic final classProtobuf typegrpc.channelz.v1.Security.TlsFields in io.grpc.channelz.v1 with type parameters of type Security.Tls.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Security.Tls, Security.Tls.Builder, Security.TlsOrBuilder> Security.Builder.tlsBuilder_Methods in io.grpc.channelz.v1 that return Security.Tls.BuilderModifier and TypeMethodDescriptionSecurity.Tls.Builder.clear()Security.Tls.Builder.clearCipherSuite()Security.Tls.Builder.clearLocalCertificate()the certificate used by this endpoint.Security.Tls.Builder.clearOtherName()Some other way to describe the cipher suite if the RFC 4346 name is not available.Security.Tls.Builder.clearRemoteCertificate()the certificate used by the remote endpoint.Security.Tls.Builder.clearStandardName()The cipher suite name in the RFC 4346 format: https://tools.ietf.org/html/rfc4346#appendix-CSecurity.Builder.getTlsBuilder().grpc.channelz.v1.Security.Tls tls = 1;Security.Tls.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Security.Tls.Builder.mergeFrom(com.google.protobuf.Message other) Security.Tls.Builder.mergeFrom(Security.Tls other) static Security.Tls.BuilderSecurity.Tls.newBuilder()static Security.Tls.BuilderSecurity.Tls.newBuilder(Security.Tls prototype) Security.Tls.newBuilderForType()protected Security.Tls.BuilderSecurity.Tls.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Security.Tls.Builder.setLocalCertificate(com.google.protobuf.ByteString value) the certificate used by this endpoint.Security.Tls.Builder.setOtherName(String value) Some other way to describe the cipher suite if the RFC 4346 name is not available.Security.Tls.Builder.setOtherNameBytes(com.google.protobuf.ByteString value) Some other way to describe the cipher suite if the RFC 4346 name is not available.Security.Tls.Builder.setRemoteCertificate(com.google.protobuf.ByteString value) the certificate used by the remote endpoint.Security.Tls.Builder.setStandardName(String value) The cipher suite name in the RFC 4346 format: https://tools.ietf.org/html/rfc4346#appendix-CSecurity.Tls.Builder.setStandardNameBytes(com.google.protobuf.ByteString value) The cipher suite name in the RFC 4346 format: https://tools.ietf.org/html/rfc4346#appendix-CSecurity.Tls.toBuilder()Methods in io.grpc.channelz.v1 that return types with arguments of type Security.Tls.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Security.Tls, Security.Tls.Builder, Security.TlsOrBuilder> Security.Builder.internalGetTlsFieldBuilder().grpc.channelz.v1.Security.Tls tls = 1;Methods in io.grpc.channelz.v1 with parameters of type Security.Tls.BuilderModifier and TypeMethodDescriptionSecurity.Builder.setTls(Security.Tls.Builder builderForValue) .grpc.channelz.v1.Security.Tls tls = 1;