Uses of Interface
io.grpc.util.AdvancedTlsX509KeyManager.Closeable
-
Packages that use AdvancedTlsX509KeyManager.Closeable Package Description io.grpc.util 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.Closeable Modifier and Type Method Description AdvancedTlsX509KeyManager.Closeable
AdvancedTlsX509KeyManager. 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.Closeable
AdvancedTlsX509KeyManager. updateIdentityCredentialsFromFile(File keyFile, File certFile, long period, TimeUnit unit, ScheduledExecutorService executor)
-