Package tigase.io
Class SSLContextContainerAbstract.SSLHolder
- java.lang.Object
-
- tigase.io.SSLContextContainerAbstract.SSLHolder
-
- Enclosing class:
- SSLContextContainerAbstract
protected class SSLContextContainerAbstract.SSLHolder extends Object
-
-
Constructor Summary
Constructors Constructor Description SSLHolder(TrustManager[] tms, SSLContext sslContext, X509Certificate domainCertificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContextgetSSLContext()booleanisValid(TrustManager[] tms)StringtoString()
-
-
-
Constructor Detail
-
SSLHolder
public SSLHolder(TrustManager[] tms, SSLContext sslContext, X509Certificate domainCertificate)
-
-
Method Detail
-
getSSLContext
public SSLContext getSSLContext()
-
isValid
public boolean isValid(TrustManager[] tms)
-
-