Uses of Class
net.snowflake.client.core.crl.CertRevocationCheckMode
-
Packages that use CertRevocationCheckMode Package Description net.snowflake.client.core net.snowflake.client.core.crl -
-
Uses of CertRevocationCheckMode in net.snowflake.client.core
Methods in net.snowflake.client.core that return CertRevocationCheckMode Modifier and Type Method Description CertRevocationCheckModeSFBaseSession. getCertRevocationCheckMode()CertRevocationCheckModeHttpClientSettingsKey. getRevocationCheckMode()Methods in net.snowflake.client.core with parameters of type CertRevocationCheckMode Modifier and Type Method Description voidHttpClientSettingsKey. setRevocationCheckMode(CertRevocationCheckMode revocationCheckMode) -
Uses of CertRevocationCheckMode in net.snowflake.client.core.crl
Methods in net.snowflake.client.core.crl that return CertRevocationCheckMode Modifier and Type Method Description static CertRevocationCheckModeCertRevocationCheckMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CertRevocationCheckMode[]CertRevocationCheckMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.snowflake.client.core.crl with parameters of type CertRevocationCheckMode Constructor Description CRLValidator(CertRevocationCheckMode revocationCheckMode, boolean allowCertificatesWithoutCrlUrl, org.apache.http.impl.client.CloseableHttpClient httpClient, CRLCacheManager cacheManager, Telemetry telemetryClient)
-