static ServerCertificateScope.Builder |
ServerCertificateScope.builder() |
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinationPorts(Collection<PortRange> destinationPorts) |
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinationPorts(Consumer<PortRange.Builder>... destinationPorts) |
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinationPorts(PortRange... destinationPorts) |
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinations(Collection<Address> destinations) |
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinations(Consumer<Address.Builder>... destinations) |
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinations(Address... destinations) |
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.protocols(Integer... protocols) |
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number
(IANA).
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.protocols(Collection<Integer> protocols) |
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number
(IANA).
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sourcePorts(Collection<PortRange> sourcePorts) |
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sourcePorts(Consumer<PortRange.Builder>... sourcePorts) |
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sourcePorts(PortRange... sourcePorts) |
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sources(Collection<Address> sources) |
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sources(Consumer<Address.Builder>... sources) |
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sources(Address... sources) |
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.toBuilder() |
|