Package | Description |
---|---|
tigase.io | |
tigase.net |
Modifier and Type | Class and Description |
---|---|
class |
SSLContextContainer
Created: Oct 15, 2010 2:40:49 PM
|
static class |
SSLContextContainer.Root |
class |
SSLContextContainerAbstract
Created by andrzej on 29.02.2016.
|
Modifier and Type | Method and Description |
---|---|
static SSLContextContainerIfc |
TLSUtil.getRootSslContextContainer()
Method returns singleton instance of class implementing SSLContextContainerIfc responsible for caching SSLContext
instances.
|
Modifier and Type | Method and Description |
---|---|
CertCheckResult |
TLSWrapper.getCertificateStatus(boolean revocationEnabled,
SSLContextContainerIfc sslContextContainer) |
CertCheckResult |
JcaTLSWrapper.getCertificateStatus(boolean revocationEnabled,
SSLContextContainerIfc sslContextContainer) |
void |
SSLContextContainer.setParent(SSLContextContainerIfc parent) |
void |
SSLContextContainer.Root.setParent(SSLContextContainerIfc parent) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
IOService.setSslContextContainer(SSLContextContainerIfc sslContextContainer) |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.