X509ExtendedKeyManager that allows users to configure
advanced TLS features, such as private key and certificate chain reloading, etc.X509ExtendedTrustManager that allows users to configure
advanced TLS features, such as root certificate reloading, peer cert custom verification, etc.Deadlines.ClientStreamTracer.PrivateKey from a PEM file.InProcessTransport.MutableHandlerRegistry.StatusRuntimeException and handles
them by closing the ServerCall, and transmitting the exception's status and metadata
to the client.ScheduledExecutorService to read private key and certificate chains from
the local file paths periodically, and update the cached identity credentials if they are both
updated.ScheduledExecutorService to read trust certificates from a local file path
periodically, and update the cached trust certs if there is an update.