Uses of Class
io.grpc.util.AdvancedTlsX509TrustManager.Verification
-
Packages that use AdvancedTlsX509TrustManager.Verification Package Description io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of AdvancedTlsX509TrustManager.Verification in io.grpc.util
Methods in io.grpc.util that return AdvancedTlsX509TrustManager.Verification Modifier and Type Method Description static AdvancedTlsX509TrustManager.Verification
AdvancedTlsX509TrustManager.Verification. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdvancedTlsX509TrustManager.Verification[]
AdvancedTlsX509TrustManager.Verification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.util with parameters of type AdvancedTlsX509TrustManager.Verification Modifier and Type Method Description AdvancedTlsX509TrustManager.Builder
AdvancedTlsX509TrustManager.Builder. setVerification(AdvancedTlsX509TrustManager.Verification verification)
SetsAdvancedTlsX509TrustManager.Verification
, mode when authenticating the peer certificate.
-