Uses of Interface
io.grpc.util.AdvancedTlsX509KeyManager.Closeable
Packages that use AdvancedTlsX509KeyManager.Closeable
Package
Description
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of AdvancedTlsX509KeyManager.Closeable in io.grpc.util
Methods in io.grpc.util that return AdvancedTlsX509KeyManager.CloseableModifier and TypeMethodDescriptionAdvancedTlsX509KeyManager.updateIdentityCredentials
(File certFile, File keyFile, long period, TimeUnit unit, ScheduledExecutorService executor) Schedules aScheduledExecutorService
to read certificate chains and private key from the local file paths periodically, and update the cached identity credentials if they are both updated.AdvancedTlsX509KeyManager.updateIdentityCredentialsFromFile
(File keyFile, File certFile, long period, TimeUnit unit, ScheduledExecutorService executor) Deprecated.
AdvancedTlsX509KeyManager.updateIdentityCredentials(File, File, long, TimeUnit, ScheduledExecutorService)
instead.