Package io.grpc.util

Class AdvancedTlsX509KeyManager.LoadFilePathExecution

java.lang.Object
io.grpc.util.AdvancedTlsX509KeyManager.LoadFilePathExecution
All Implemented Interfaces:
Runnable
Enclosing class:
AdvancedTlsX509KeyManager

private class AdvancedTlsX509KeyManager.LoadFilePathExecution extends Object implements Runnable
  • Field Details

    • keyFile

      File keyFile
    • certFile

      File certFile
    • currentCertTime

      long currentCertTime
    • currentKeyTime

      long currentKeyTime
  • Constructor Details

    • LoadFilePathExecution

      public LoadFilePathExecution(File certFile, File keyFile)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable