TLSProperties.Builder |
TLSProperties.Builder.clear() |
|
TLSProperties.Builder |
TLSProperties.Builder.clearJa3Fingerprint() |
The ``JA3`` fingerprint when ``JA3`` fingerprinting is enabled.
|
TLSProperties.Builder |
TLSProperties.Builder.clearLocalCertificateProperties() |
Properties of the local certificate used to negotiate TLS.
|
TLSProperties.Builder |
TLSProperties.Builder.clearPeerCertificateProperties() |
Properties of the peer certificate used to negotiate TLS.
|
TLSProperties.Builder |
TLSProperties.Builder.clearTlsCipherSuite() |
TLS cipher suite negotiated during handshake.
|
TLSProperties.Builder |
TLSProperties.Builder.clearTlsSessionId() |
The TLS session ID.
|
TLSProperties.Builder |
TLSProperties.Builder.clearTlsSniHostname() |
SNI hostname from handshake.
|
TLSProperties.Builder |
TLSProperties.Builder.clearTlsVersion() |
Version of TLS that was negotiated.
|
TLSProperties.Builder |
AccessLogCommon.Builder.getTlsPropertiesBuilder() |
If the connection is secure,S this field will contain TLS properties.
|
TLSProperties.Builder |
TLSProperties.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TLSProperties.Builder |
TLSProperties.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TLSProperties.Builder |
TLSProperties.Builder.mergeFrom(TLSProperties other) |
|
TLSProperties.Builder |
TLSProperties.Builder.mergeLocalCertificateProperties(TLSProperties.CertificateProperties value) |
Properties of the local certificate used to negotiate TLS.
|
TLSProperties.Builder |
TLSProperties.Builder.mergePeerCertificateProperties(TLSProperties.CertificateProperties value) |
Properties of the peer certificate used to negotiate TLS.
|
TLSProperties.Builder |
TLSProperties.Builder.mergeTlsCipherSuite(com.google.protobuf.UInt32Value value) |
TLS cipher suite negotiated during handshake.
|
static TLSProperties.Builder |
TLSProperties.newBuilder() |
|
static TLSProperties.Builder |
TLSProperties.newBuilder(TLSProperties prototype) |
|
TLSProperties.Builder |
TLSProperties.newBuilderForType() |
|
protected TLSProperties.Builder |
TLSProperties.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
TLSProperties.Builder |
TLSProperties.Builder.setJa3Fingerprint(java.lang.String value) |
The ``JA3`` fingerprint when ``JA3`` fingerprinting is enabled.
|
TLSProperties.Builder |
TLSProperties.Builder.setJa3FingerprintBytes(com.google.protobuf.ByteString value) |
The ``JA3`` fingerprint when ``JA3`` fingerprinting is enabled.
|
TLSProperties.Builder |
TLSProperties.Builder.setLocalCertificateProperties(TLSProperties.CertificateProperties value) |
Properties of the local certificate used to negotiate TLS.
|
TLSProperties.Builder |
TLSProperties.Builder.setLocalCertificateProperties(TLSProperties.CertificateProperties.Builder builderForValue) |
Properties of the local certificate used to negotiate TLS.
|
TLSProperties.Builder |
TLSProperties.Builder.setPeerCertificateProperties(TLSProperties.CertificateProperties value) |
Properties of the peer certificate used to negotiate TLS.
|
TLSProperties.Builder |
TLSProperties.Builder.setPeerCertificateProperties(TLSProperties.CertificateProperties.Builder builderForValue) |
Properties of the peer certificate used to negotiate TLS.
|
TLSProperties.Builder |
TLSProperties.Builder.setTlsCipherSuite(com.google.protobuf.UInt32Value value) |
TLS cipher suite negotiated during handshake.
|
TLSProperties.Builder |
TLSProperties.Builder.setTlsCipherSuite(com.google.protobuf.UInt32Value.Builder builderForValue) |
TLS cipher suite negotiated during handshake.
|
TLSProperties.Builder |
TLSProperties.Builder.setTlsSessionId(java.lang.String value) |
The TLS session ID.
|
TLSProperties.Builder |
TLSProperties.Builder.setTlsSessionIdBytes(com.google.protobuf.ByteString value) |
The TLS session ID.
|
TLSProperties.Builder |
TLSProperties.Builder.setTlsSniHostname(java.lang.String value) |
SNI hostname from handshake.
|
TLSProperties.Builder |
TLSProperties.Builder.setTlsSniHostnameBytes(com.google.protobuf.ByteString value) |
SNI hostname from handshake.
|
TLSProperties.Builder |
TLSProperties.Builder.setTlsVersion(TLSProperties.TLSVersion value) |
Version of TLS that was negotiated.
|
TLSProperties.Builder |
TLSProperties.Builder.setTlsVersionValue(int value) |
Version of TLS that was negotiated.
|
TLSProperties.Builder |
TLSProperties.toBuilder() |
|