public @interface SslConfig
| Modifier and Type | Optional Element and Description |
|---|---|
String |
algorithm
If not set, a default algorithm will be used.
|
String |
keystorePassword |
String |
keystorePath |
String |
keystoreType
If not set, the system default is used, typically "jks".
|
String |
provider
If not set, a default provider will be chosen.
|
String |
truststorePath |
public abstract String keystorePath
public abstract String truststorePath
public abstract String keystoreType
public abstract String algorithm
public abstract String provider
public abstract String keystorePassword
Copyright © 2018–2019. All rights reserved.