Class FileBasedSslContextFactory.FileBasedStoreContext

  • Enclosing class:
    FileBasedSslContextFactory

    protected static class FileBasedSslContextFactory.FileBasedStoreContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileBasedStoreContext​(java.lang.String keystore, java.lang.String keystorePassword)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean hasKeystore()  
      protected boolean passwordMatchesIfPresent​(java.lang.String keyPassword)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • checkedExpiry

        public volatile boolean checkedExpiry
      • filePath

        public java.lang.String filePath
      • password

        public java.lang.String password
    • Constructor Detail

      • FileBasedStoreContext

        public FileBasedStoreContext​(java.lang.String keystore,
                                     java.lang.String keystorePassword)
    • Method Detail

      • hasKeystore

        protected boolean hasKeystore()
      • passwordMatchesIfPresent

        protected boolean passwordMatchesIfPresent​(java.lang.String keyPassword)