Uses of Interface
tigase.io.SSLContextContainerIfc
Packages that use SSLContextContainerIfc
-
Uses of SSLContextContainerIfc in tigase.io
Classes in tigase.io that implement SSLContextContainerIfcModifier and TypeClassDescriptionclass
Created: Oct 15, 2010 2:40:49 PMstatic class
class
Created by andrzej on 29.02.2016.Methods in tigase.io that return SSLContextContainerIfcModifier and TypeMethodDescriptionstatic SSLContextContainerIfc
TLSUtil.getRootSslContextContainer()
Method returns singleton instance of class implementing SSLContextContainerIfc responsible for caching SSLContext instances.Methods in tigase.io with parameters of type SSLContextContainerIfcModifier and TypeMethodDescriptionJcaTLSWrapper.getCertificateStatus
(boolean revocationEnabled, SSLContextContainerIfc sslContextContainer) TLSWrapper.getCertificateStatus
(boolean revocationEnabled, SSLContextContainerIfc sslContextContainer) void
SSLContextContainer.Root.setParent
(SSLContextContainerIfc parent) void
SSLContextContainer.setParent
(SSLContextContainerIfc parent) Constructors in tigase.io with parameters of type SSLContextContainerIfcModifierConstructorDescriptionSSLContextContainer
(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 SSLContextContainerIfcModifier and TypeMethodDescriptionvoid
IOService.setSslContextContainer
(SSLContextContainerIfc sslContextContainer)