Uses of Enum
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
Subclasses with type arguments of type AdvancedTlsX509TrustManager.Verification in io.grpc.utilModifier and TypeClassDescriptionstatic enumThe verification mode when authenticating the peer certificate.Fields in io.grpc.util declared as AdvancedTlsX509TrustManager.VerificationModifier and TypeFieldDescriptionAdvancedTlsX509TrustManager.Builder.verificationprivate final AdvancedTlsX509TrustManager.VerificationAdvancedTlsX509TrustManager.verificationMethods in io.grpc.util that return AdvancedTlsX509TrustManager.VerificationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.VerificationModifier and TypeMethodDescriptionAdvancedTlsX509TrustManager.Builder.setVerification(AdvancedTlsX509TrustManager.Verification verification) SetsAdvancedTlsX509TrustManager.Verification, mode when authenticating the peer certificate.Constructors in io.grpc.util with parameters of type AdvancedTlsX509TrustManager.VerificationModifierConstructorDescriptionprivateAdvancedTlsX509TrustManager(AdvancedTlsX509TrustManager.Verification verification, AdvancedTlsX509TrustManager.SslSocketAndEnginePeerVerifier socketAndEnginePeerVerifier)