Package net.snowflake.client.core.crl
Class CrlRevocationManager
- java.lang.Object
-
- net.snowflake.client.core.crl.CrlRevocationManager
-
@SnowflakeJdbcInternalApi public class CrlRevocationManager extends Object
-
-
Constructor Summary
Constructors Constructor Description CrlRevocationManager(HttpClientSettingsKey key, X509TrustManager trustManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidateRevocationStatus(X509Certificate[] chain, String authType)
-
-
-
Constructor Detail
-
CrlRevocationManager
public CrlRevocationManager(HttpClientSettingsKey key, X509TrustManager trustManager) throws CertificateException
- Throws:
CertificateException
-
-
Method Detail
-
validateRevocationStatus
public void validateRevocationStatus(X509Certificate[] chain, String authType) throws CertificateException
- Throws:
CertificateException
-
-