Uses of Interface
tigase.io.SSLContextContainerIfc
-
Packages that use SSLContextContainerIfc Package Description tigase.io tigase.net -
-
Uses of SSLContextContainerIfc in tigase.io
Classes in tigase.io that implement SSLContextContainerIfc Modifier and Type Class Description classSSLContextContainerCreated: Oct 15, 2010 2:40:49 PMstatic classSSLContextContainer.RootclassSSLContextContainerAbstractCreated by andrzej on 29.02.2016.Methods in tigase.io that return SSLContextContainerIfc Modifier and Type Method Description static SSLContextContainerIfcTLSUtil. getRootSslContextContainer()Method returns singleton instance of class implementing SSLContextContainerIfc responsible for caching SSLContext instances.Methods in tigase.io with parameters of type SSLContextContainerIfc Modifier and Type Method Description CertCheckResultJcaTLSWrapper. getCertificateStatus(boolean revocationEnabled, SSLContextContainerIfc sslContextContainer)CertCheckResultTLSWrapper. getCertificateStatus(boolean revocationEnabled, SSLContextContainerIfc sslContextContainer)voidSSLContextContainer.Root. setParent(SSLContextContainerIfc parent)voidSSLContextContainer. setParent(SSLContextContainerIfc parent)Constructors in tigase.io with parameters of type SSLContextContainerIfc Constructor Description SSLContextContainer(CertificateContainerIfc certContainer, SSLContextContainerIfc parent)Constructor used to create instances for every ConnectionManager so that every connection manager can have different TrustManagers and SSLContext instance will still be cached. -
Uses of SSLContextContainerIfc in tigase.net
Methods in tigase.net with parameters of type SSLContextContainerIfc Modifier and Type Method Description voidIOService. setSslContextContainer(SSLContextContainerIfc sslContextContainer)
-