Class Stores.ReloadableCrlStore

  • Enclosing class:
    Stores

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

      Constructors 
      Modifier Constructor Description
      protected ReloadableCrlStore​(java.lang.String crlsLocationPattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.security.cert.CertStore getCrlStore()  
      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

      • crlsLocationPattern

        private final java.lang.String crlsLocationPattern
      • certStore

        private java.security.cert.CertStore certStore
      • lastUpdateTime

        private long lastUpdateTime
    • Constructor Detail

      • ReloadableCrlStore

        protected ReloadableCrlStore​(java.lang.String crlsLocationPattern)
                              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()
      • getCrlStore

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