@ThreadSafe public class ServerSecurityContext extends SecurityContext
Keeps security informations to help the creation of server sockets.
| Constructor and Description |
|---|
ServerSecurityContext(Logger logger)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isServer()
Asks if this is a server context.
|
checkForSecureOperation, createSSLContext, getCryptProperties, getKeyStoreConfig, getLogger, getRealmProperties, getTrustStoreConfig, isCertified, isSecure, setCertified, setCryptProperties, setRealmProperties, setSecure, setUp, useDefaultspublic ServerSecurityContext(@Nonnull
Logger logger)
logger - The logger instance to use.public final boolean isServer()
isServer in class SecurityContextCopyright © 2003-2019 Serge Brisson. All Rights Reserved.