Uses of Enum Class
io.grpc.util.AdvancedTlsX509TrustManager.Verification
Packages that use AdvancedTlsX509TrustManager.Verification
Package
Description
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.VerificationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AdvancedTlsX509TrustManager.Verification.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.grpc.util with parameters of type AdvancedTlsX509TrustManager.VerificationModifier and TypeMethodDescriptionAdvancedTlsX509TrustManager.Builder.setVerification
(AdvancedTlsX509TrustManager.Verification verification) SetsAdvancedTlsX509TrustManager.Verification
, mode when authenticating the peer certificate.