Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.TLSProperties.Builder
Packages that use TLSProperties.Builder
-
Uses of TLSProperties.Builder in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type TLSProperties.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<TLSProperties, TLSProperties.Builder, TLSPropertiesOrBuilder> AccessLogCommon.Builder.tlsPropertiesBuilder_Methods in io.envoyproxy.envoy.data.accesslog.v3 that return TLSProperties.BuilderModifier and TypeMethodDescriptionTLSProperties.Builder.clear()TLSProperties.Builder.clearJa3Fingerprint()The ``JA3`` fingerprint when ``JA3`` fingerprinting is enabled.TLSProperties.Builder.clearLocalCertificateProperties()Properties of the local certificate used to negotiate TLS.TLSProperties.Builder.clearPeerCertificateProperties()Properties of the peer certificate used to negotiate TLS.TLSProperties.Builder.clearTlsCipherSuite()TLS cipher suite negotiated during handshake.TLSProperties.Builder.clearTlsSessionId()The TLS session ID.TLSProperties.Builder.clearTlsSniHostname()SNI hostname from handshake.TLSProperties.Builder.clearTlsVersion()Version of TLS that was negotiated.AccessLogCommon.Builder.getTlsPropertiesBuilder()If the connection is secure,S this field will contain TLS properties.TLSProperties.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TLSProperties.Builder.mergeFrom(com.google.protobuf.Message other) TLSProperties.Builder.mergeFrom(TLSProperties other) TLSProperties.Builder.mergeLocalCertificateProperties(TLSProperties.CertificateProperties value) Properties of the local certificate used to negotiate TLS.TLSProperties.Builder.mergePeerCertificateProperties(TLSProperties.CertificateProperties value) Properties of the peer certificate used to negotiate TLS.TLSProperties.Builder.mergeTlsCipherSuite(com.google.protobuf.UInt32Value value) TLS cipher suite negotiated during handshake.static TLSProperties.BuilderTLSProperties.newBuilder()static TLSProperties.BuilderTLSProperties.newBuilder(TLSProperties prototype) TLSProperties.newBuilderForType()protected TLSProperties.BuilderTLSProperties.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TLSProperties.Builder.setJa3Fingerprint(String value) The ``JA3`` fingerprint when ``JA3`` fingerprinting is enabled.TLSProperties.Builder.setJa3FingerprintBytes(com.google.protobuf.ByteString value) The ``JA3`` fingerprint when ``JA3`` fingerprinting is enabled.TLSProperties.Builder.setLocalCertificateProperties(TLSProperties.CertificateProperties value) Properties of the local certificate used to negotiate TLS.TLSProperties.Builder.setLocalCertificateProperties(TLSProperties.CertificateProperties.Builder builderForValue) Properties of the local certificate used to negotiate TLS.TLSProperties.Builder.setPeerCertificateProperties(TLSProperties.CertificateProperties value) Properties of the peer certificate used to negotiate TLS.TLSProperties.Builder.setPeerCertificateProperties(TLSProperties.CertificateProperties.Builder builderForValue) Properties of the peer certificate used to negotiate TLS.TLSProperties.Builder.setTlsCipherSuite(com.google.protobuf.UInt32Value value) TLS cipher suite negotiated during handshake.TLSProperties.Builder.setTlsCipherSuite(com.google.protobuf.UInt32Value.Builder builderForValue) TLS cipher suite negotiated during handshake.TLSProperties.Builder.setTlsSessionId(String value) The TLS session ID.TLSProperties.Builder.setTlsSessionIdBytes(com.google.protobuf.ByteString value) The TLS session ID.TLSProperties.Builder.setTlsSniHostname(String value) SNI hostname from handshake.TLSProperties.Builder.setTlsSniHostnameBytes(com.google.protobuf.ByteString value) SNI hostname from handshake.TLSProperties.Builder.setTlsVersion(TLSProperties.TLSVersion value) Version of TLS that was negotiated.TLSProperties.Builder.setTlsVersionValue(int value) Version of TLS that was negotiated.TLSProperties.toBuilder()Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type TLSProperties.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<TLSProperties, TLSProperties.Builder, TLSPropertiesOrBuilder> AccessLogCommon.Builder.internalGetTlsPropertiesFieldBuilder()If the connection is secure,S this field will contain TLS properties.Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type TLSProperties.BuilderModifier and TypeMethodDescriptionAccessLogCommon.Builder.setTlsProperties(TLSProperties.Builder builderForValue) If the connection is secure,S this field will contain TLS properties.