public class DefaultSVNSSLTrustManager extends Object implements X509TrustManager
| Constructor and Description |
|---|
DefaultSVNSSLTrustManager(File authDir,
SVNURL url,
File[] serverCertFiles,
boolean useKeyStore,
DefaultSVNAuthenticationManager authManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] certs,
String arg1) |
void |
checkServerTrusted(X509Certificate[] certs,
String algorithm) |
X509Certificate[] |
getAcceptedIssuers() |
static X509Certificate |
loadCertificate(File pemFile) |
public DefaultSVNSSLTrustManager(File authDir, SVNURL url, File[] serverCertFiles, boolean useKeyStore, DefaultSVNAuthenticationManager authManager)
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerpublic void checkClientTrusted(X509Certificate[] certs, String arg1) throws CertificateException
checkClientTrusted in interface X509TrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] certs, String algorithm) throws CertificateException
checkServerTrusted in interface X509TrustManagerCertificateExceptionpublic static X509Certificate loadCertificate(File pemFile)
Copyright © 2025. All rights reserved.