Class Stores.ReloadableCaCertStore

  • Enclosing class:
    Stores

    private static class Stores.ReloadableCaCertStore
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ReloadableCaCertStore​(java.lang.String casLocationPattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.security.cert.CertStore getCaCertStore()  
      protected boolean isStillValid()  
      private void load()  
      • Methods inherited from class java.lang.Object

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

      • casLocationPattern

        private final java.lang.String casLocationPattern
      • certStore

        private java.security.cert.CertStore certStore
      • lastUpdateTime

        private long lastUpdateTime
    • Constructor Detail

      • ReloadableCaCertStore

        protected ReloadableCaCertStore​(java.lang.String casLocationPattern)
                                 throws java.security.InvalidAlgorithmParameterException,
                                        java.security.NoSuchAlgorithmException
        Throws:
        java.security.InvalidAlgorithmParameterException
        java.security.NoSuchAlgorithmException
    • Method Detail

      • load

        private void load()
                   throws java.security.InvalidAlgorithmParameterException,
                          java.security.NoSuchAlgorithmException
        Throws:
        java.security.InvalidAlgorithmParameterException
        java.security.NoSuchAlgorithmException
      • isStillValid

        protected boolean isStillValid()
      • getCaCertStore

        protected java.security.cert.CertStore getCaCertStore()
                                                       throws java.security.InvalidAlgorithmParameterException,
                                                              java.security.NoSuchAlgorithmException
        Throws:
        java.security.InvalidAlgorithmParameterException
        java.security.NoSuchAlgorithmException