Class JDKFSTrustAnchorStore

    • Field Detail

      • truststorePath

        private final java.lang.String truststorePath
      • password

        private final transient char[] password
      • type

        private final java.lang.String type
    • Constructor Detail

      • JDKFSTrustAnchorStore

        public JDKFSTrustAnchorStore​(java.lang.String truststorePath,
                                     char[] password,
                                     java.lang.String type,
                                     java.util.Timer t,
                                     long updateInterval,
                                     ObserversHandler observers)
                              throws java.security.KeyStoreException,
                                     java.io.IOException
        Throws:
        java.security.KeyStoreException
        java.io.IOException
    • Method Detail

      • readKeyStore

        private static java.security.KeyStore readKeyStore​(java.lang.String truststorePath,
                                                           char[] password,
                                                           java.lang.String type)
                                                    throws java.io.IOException,
                                                           java.security.KeyStoreException
        Throws:
        java.io.IOException
        java.security.KeyStoreException
      • getTruststorePath

        public java.lang.String getTruststorePath()