TlsParameters.Builder |
TlsParameters.Builder.addAllCipherSuites(java.lang.Iterable<java.lang.String> values) |
If specified, the TLS listener will only support the specified `cipher list
<https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration>`_
when negotiating TLS 1.0-1.2 (this setting has no effect when negotiating TLS 1.3).
|
TlsParameters.Builder |
TlsParameters.Builder.addAllEcdhCurves(java.lang.Iterable<java.lang.String> values) |
If specified, the TLS connection will only support the specified ECDH
curves.
|
TlsParameters.Builder |
TlsParameters.Builder.addAllSignatureAlgorithms(java.lang.Iterable<java.lang.String> values) |
If specified, the TLS connection will only support the specified signature algorithms.
|
TlsParameters.Builder |
TlsParameters.Builder.addCipherSuites(java.lang.String value) |
If specified, the TLS listener will only support the specified `cipher list
<https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration>`_
when negotiating TLS 1.0-1.2 (this setting has no effect when negotiating TLS 1.3).
|
TlsParameters.Builder |
TlsParameters.Builder.addCipherSuitesBytes(com.google.protobuf.ByteString value) |
If specified, the TLS listener will only support the specified `cipher list
<https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration>`_
when negotiating TLS 1.0-1.2 (this setting has no effect when negotiating TLS 1.3).
|
TlsParameters.Builder |
TlsParameters.Builder.addEcdhCurves(java.lang.String value) |
If specified, the TLS connection will only support the specified ECDH
curves.
|
TlsParameters.Builder |
TlsParameters.Builder.addEcdhCurvesBytes(com.google.protobuf.ByteString value) |
If specified, the TLS connection will only support the specified ECDH
curves.
|
TlsParameters.Builder |
TlsParameters.Builder.addSignatureAlgorithms(java.lang.String value) |
If specified, the TLS connection will only support the specified signature algorithms.
|
TlsParameters.Builder |
TlsParameters.Builder.addSignatureAlgorithmsBytes(com.google.protobuf.ByteString value) |
If specified, the TLS connection will only support the specified signature algorithms.
|
TlsParameters.Builder |
TlsParameters.Builder.clear() |
|
TlsParameters.Builder |
TlsParameters.Builder.clearCipherSuites() |
If specified, the TLS listener will only support the specified `cipher list
<https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration>`_
when negotiating TLS 1.0-1.2 (this setting has no effect when negotiating TLS 1.3).
|
TlsParameters.Builder |
TlsParameters.Builder.clearEcdhCurves() |
If specified, the TLS connection will only support the specified ECDH
curves.
|
TlsParameters.Builder |
TlsParameters.Builder.clearSignatureAlgorithms() |
If specified, the TLS connection will only support the specified signature algorithms.
|
TlsParameters.Builder |
TlsParameters.Builder.clearTlsMaximumProtocolVersion() |
Maximum TLS protocol version.
|
TlsParameters.Builder |
TlsParameters.Builder.clearTlsMinimumProtocolVersion() |
Minimum TLS protocol version.
|
TlsParameters.Builder |
CommonTlsContext.Builder.getTlsParamsBuilder() |
TLS protocol versions, cipher suites etc.
|
TlsParameters.Builder |
TlsParameters.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TlsParameters.Builder |
TlsParameters.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TlsParameters.Builder |
TlsParameters.Builder.mergeFrom(TlsParameters other) |
|
static TlsParameters.Builder |
TlsParameters.newBuilder() |
|
static TlsParameters.Builder |
TlsParameters.newBuilder(TlsParameters prototype) |
|
TlsParameters.Builder |
TlsParameters.newBuilderForType() |
|
protected TlsParameters.Builder |
TlsParameters.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
TlsParameters.Builder |
TlsParameters.Builder.setCipherSuites(int index,
java.lang.String value) |
If specified, the TLS listener will only support the specified `cipher list
<https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration>`_
when negotiating TLS 1.0-1.2 (this setting has no effect when negotiating TLS 1.3).
|
TlsParameters.Builder |
TlsParameters.Builder.setEcdhCurves(int index,
java.lang.String value) |
If specified, the TLS connection will only support the specified ECDH
curves.
|
TlsParameters.Builder |
TlsParameters.Builder.setSignatureAlgorithms(int index,
java.lang.String value) |
If specified, the TLS connection will only support the specified signature algorithms.
|
TlsParameters.Builder |
TlsParameters.Builder.setTlsMaximumProtocolVersion(TlsParameters.TlsProtocol value) |
Maximum TLS protocol version.
|
TlsParameters.Builder |
TlsParameters.Builder.setTlsMaximumProtocolVersionValue(int value) |
Maximum TLS protocol version.
|
TlsParameters.Builder |
TlsParameters.Builder.setTlsMinimumProtocolVersion(TlsParameters.TlsProtocol value) |
Minimum TLS protocol version.
|
TlsParameters.Builder |
TlsParameters.Builder.setTlsMinimumProtocolVersionValue(int value) |
Minimum TLS protocol version.
|
TlsParameters.Builder |
TlsParameters.toBuilder() |
|