Uses of Interface
io.grpc.util.AdvancedTlsX509KeyManager.Closeable
-
-
Uses of AdvancedTlsX509KeyManager.Closeable in io.grpc.util
Methods in io.grpc.util that return AdvancedTlsX509KeyManager.Closeable Modifier and Type Method Description AdvancedTlsX509KeyManager.CloseableAdvancedTlsX509KeyManager. updateIdentityCredentials(File certFile, File keyFile, long period, TimeUnit unit, ScheduledExecutorService executor)Schedules aScheduledExecutorServiceto read certificate chains and private key from the local file paths periodically, and update the cached identity credentials if they are both updated.AdvancedTlsX509KeyManager.CloseableAdvancedTlsX509KeyManager. updateIdentityCredentialsFromFile(File keyFile, File certFile, long period, TimeUnit unit, ScheduledExecutorService executor)
-