Package | Description |
---|---|
org.wildfly.security.ssl |
Modifier and Type | Method and Description |
---|---|
ProtocolSelector |
ProtocolSelector.add(EnumSet<Protocol> protocols)
Add the given protocols.
|
ProtocolSelector |
ProtocolSelector.add(Protocol... protocols)
Add the given protocols.
|
ProtocolSelector |
ProtocolSelector.add(Protocol protocol)
Add the given protocol.
|
ProtocolSelector |
ProtocolSelector.add(String protocolName)
Add the given protocol.
|
static ProtocolSelector |
ProtocolSelector.defaultProtocols()
Get the default SSL protocol selector.
|
ProtocolSelector |
ProtocolSelector.deleteFully(EnumSet<Protocol> protocols)
Permanently delete all of the given protocols.
|
ProtocolSelector |
ProtocolSelector.deleteFully(Protocol... protocols)
Permanently delete all of the given protocols.
|
ProtocolSelector |
ProtocolSelector.deleteFully(Protocol protocol)
Permanently delete the given protocol.
|
ProtocolSelector |
ProtocolSelector.deleteFully(String protocolName)
Permanently delete the given protocol.
|
static ProtocolSelector |
ProtocolSelector.empty()
Get the basic empty SSL protocol selector.
|
ProtocolSelector |
ProtocolSelector.remove(EnumSet<Protocol> protocols)
Remove the given protocols.
|
ProtocolSelector |
ProtocolSelector.remove(Protocol... protocols)
Remove the given protocols.
|
ProtocolSelector |
ProtocolSelector.remove(Protocol protocol)
Remove the given protocol.
|
ProtocolSelector |
ProtocolSelector.remove(String protocolName)
Remove the given protocol.
|
Modifier and Type | Method and Description |
---|---|
static SecurityFactory<SSLContext> |
SSLUtils.createSslContextFactory(ProtocolSelector protocolSelector,
Supplier<Provider[]> providerSupplier)
Create an SSL context factory which locates the best context by searching the preferred providers in order using
the rules established in the given protocol selector.
|
static SecurityFactory<SSLContext> |
SSLUtils.createSslContextFactory(ProtocolSelector protocolSelector,
Supplier<Provider[]> providerSupplier,
String providerName)
Create an SSL context factory which locates the best context by searching the preferred providers in order using
the rules established in the given protocol selector.
|
SSLContextBuilder |
SSLContextBuilder.setProtocolSelector(ProtocolSelector protocolSelector)
Set the protocol selector to use for this context.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.