| Package | Description |
|---|---|
| org.glassfish.embeddable.web.config |
Provides classes to configure embedded WebContainer.
|
| Modifier and Type | Method and Description |
|---|---|
static SslType |
SslType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslType[] |
SslType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SslType> |
SslConfig.getAlgorithms()
Sets the algorithm
|
| Modifier and Type | Method and Description |
|---|---|
void |
SslConfig.setAlgorithms(Set<SslType> algorithms)
Sets the algorithm
|
Copyright © 2019. All rights reserved.