public interface SslEndpoint extends Endpoint
Endpoint.EndpointType, Endpoint.Protocol| Modifier and Type | Method and Description |
|---|---|
String |
getEnabledProtocols()
Gets the list of protocols that are enabled for use by SSL connections.
|
String |
getKeyAlias()
Returns the alias of the key/cert pair to use for this endpoint.
|
String |
getKeyPassword()
Returns the key password.
|
String |
getKeyStorePassword()
Returns the keystore password.
|
String |
getKeyStorePath()
Returns the path to the keystore.
|
String |
getKeyStoreType()
Returns keystore type
|
boolean |
getNeedClientAuth()
Gets whether server requires the client to authenticate
with certificate.
|
String |
getTrustStorePassword()
Returns the trust store password.
|
String |
getTrustStorePath()
Returns the path to the trust store.
|
boolean |
getWantClientAuth()
Gets whether server desires the client to authenticate
with certificate.
|
void |
setNeedClientAuth(boolean needed)
Sets whether the server will require the client to
authenticate with certificate.
|
void |
setWantClientAuth(boolean wanted)
Sets whether the server will desire the client to
authenticate with certificate.
|
getAcceptQueueSize, getEndpointType, getHost, getMaxIdleTime, getNumAcceptors, getPort, getProtocol, setAcceptQueueSize, setEndpointType, setMaxIdleTime, setNumAcceptorsString getKeyStoreType()
String getKeyStorePath()
String getKeyStorePassword()
String getKeyAlias()
String getKeyPassword()
String getTrustStorePath()
String getTrustStorePassword()
void setNeedClientAuth(boolean needed)
needed - true if authentication is neededvoid setWantClientAuth(boolean wanted)
wanted - true if authentication is desiredboolean getNeedClientAuth()
boolean getWantClientAuth()
String getEnabledProtocols()
Copyright © 2022. All rights reserved.