Uses of Interface
network.oxalis.commons.certvalidator.api.CrlCache
-
Packages that use CrlCache Package Description 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 CrlCache in network.oxalis.commons.certvalidator.rule
Constructors in network.oxalis.commons.certvalidator.rule with parameters of type CrlCache Constructor Description CRLRule(CrlCache crlCache) -
Uses of CrlCache in network.oxalis.commons.certvalidator.util
Classes in network.oxalis.commons.certvalidator.util that implement CrlCache Modifier and Type Class Description classDirectoryCrlCacheclassSimpleCrlCacheIn-memory implementation of CRL cache.Fields in network.oxalis.commons.certvalidator.util declared as CrlCache Modifier and Type Field Description protected CrlCacheSimpleCachingCrlFetcher. crlCacheConstructors in network.oxalis.commons.certvalidator.util with parameters of type CrlCache Constructor Description SimpleCachingCrlFetcher(CrlCache crlCache)
-