Class AbstractTrustAnchorStore

    • Field Detail

      • updateInterval

        private long updateInterval
    • Constructor Detail

      • AbstractTrustAnchorStore

        public AbstractTrustAnchorStore​(long updateInterval,
                                        ObserversHandler observers)
    • Method Detail

      • checkValidity

        protected void checkValidity​(java.lang.String location,
                                     java.security.cert.X509Certificate certificate,
                                     boolean addSubject)
      • prepErrorMsgPfx

        private static java.lang.StringBuilder prepErrorMsgPfx​(java.security.cert.X509Certificate certificate,
                                                               boolean addSubject)