Package | Description |
---|---|
io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
Modifier and Type | Method and Description |
---|---|
AdvancedTlsX509KeyManager.Closeable |
AdvancedTlsX509KeyManager.updateIdentityCredentialsFromFile(File keyFile,
File certFile,
long period,
TimeUnit unit,
ScheduledExecutorService executor)
Schedules a
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. |