Uses of Interface
network.oxalis.commons.certvalidator.api.CrlFetcher
-
Packages that use CrlFetcher Package Description network.oxalis.commons.certvalidator.api API for use and extension of validator library.network.oxalis.commons.certvalidator.rule Available rules for creation of certificate validator.network.oxalis.commons.certvalidator.util Some default implementations for easy use. -
-
Uses of CrlFetcher in network.oxalis.commons.certvalidator.api
Subinterfaces of CrlFetcher in network.oxalis.commons.certvalidator.api Modifier and Type Interface Description interfaceCrlCache -
Uses of CrlFetcher in network.oxalis.commons.certvalidator.rule
Constructors in network.oxalis.commons.certvalidator.rule with parameters of type CrlFetcher Constructor Description CRLRule(CrlFetcher crlFetcher) -
Uses of CrlFetcher in network.oxalis.commons.certvalidator.util
Classes in network.oxalis.commons.certvalidator.util that implement CrlFetcher Modifier and Type Class Description classDirectoryCrlCacheclassSimpleCachingCrlFetcherSimple implementation of CRL fetcher, which caches downloaded CRLs.classSimpleCrlCacheIn-memory implementation of CRL cache.
-