Uses of Class
io.grpc.util.AdvancedTlsX509KeyManager.UpdateResult
-
Packages that use AdvancedTlsX509KeyManager.UpdateResult Package Description io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of AdvancedTlsX509KeyManager.UpdateResult in io.grpc.util
Methods in io.grpc.util that return AdvancedTlsX509KeyManager.UpdateResult Modifier and Type Method Description private AdvancedTlsX509KeyManager.UpdateResultAdvancedTlsX509KeyManager. readAndUpdate(java.io.File certFile, java.io.File keyFile, long oldKeyTime, long oldCertTime)Reads the private key and certificates specified in the path locations.
-