Uses of Class
net.snowflake.client.core.crl.CRLCacheManager
-
Packages that use CRLCacheManager Package Description net.snowflake.client.core.crl -
-
Uses of CRLCacheManager in net.snowflake.client.core.crl
Methods in net.snowflake.client.core.crl that return CRLCacheManager Modifier and Type Method Description static CRLCacheManagerCRLCacheManager. build(boolean inMemoryCacheEnabled, boolean onDiskCacheEnabled, Path onDiskCacheDir, Duration onDiskCacheRemovalDelay, Duration cacheValidityTime)Constructors in net.snowflake.client.core.crl with parameters of type CRLCacheManager Constructor Description CRLValidator(CertRevocationCheckMode revocationCheckMode, boolean allowCertificatesWithoutCrlUrl, org.apache.http.impl.client.CloseableHttpClient httpClient, CRLCacheManager cacheManager, Telemetry telemetryClient)
-