Package io.grpc.util
Class AdvancedTlsX509KeyManager.LoadFilePathExecution
- java.lang.Object
-
- io.grpc.util.AdvancedTlsX509KeyManager.LoadFilePathExecution
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AdvancedTlsX509KeyManager
private class AdvancedTlsX509KeyManager.LoadFilePathExecution extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.io.File
certFile
(package private) long
currentCertTime
(package private) long
currentKeyTime
(package private) java.io.File
keyFile
-
Constructor Summary
Constructors Constructor Description LoadFilePathExecution(java.io.File certFile, java.io.File keyFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-