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 X509TrustManager
public void checkClientTrusted(X509Certificate[] certs, String arg1) throws CertificateException
checkClientTrusted
in interface X509TrustManager
CertificateException
public void checkServerTrusted(X509Certificate[] certs, String algorithm) throws CertificateException
checkServerTrusted
in interface X509TrustManager
CertificateException
public static X509Certificate loadCertificate(File pemFile)
Copyright © 2018. All rights reserved.