public class SslConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
configs |
static String |
DEFAULT_KEY_MANAGER_ALGORITHM |
static String |
DEFAULT_KEY_STORE_TYPE |
static String |
DEFAULT_TRUST_MANAGER_ALGORITHM |
static String |
DEFAULT_TRUST_STORE_TYPE |
static String |
KEY_MANAGER_ALGORITHM |
static String |
KEY_STORE_LOCATION |
static String |
KEY_STORE_PASSWORD |
static String |
KEY_STORE_TYPE |
static String |
TRUST_MANAGER_ALGORITHM |
static String |
TRUST_STORE_LOCATION |
static String |
TRUST_STORE_PASSWORD |
static String |
TRUST_STORE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyManagerAlgorithm() |
String |
keyStoreLocation() |
String |
keyStorePassword() |
String |
keyStoreType() |
String |
trustManagerAlgorithm() |
String |
trustStoreLocation() |
String |
trustStorePassword() |
String |
trustStoreType() |
public static final String KEY_STORE_LOCATION
public static final String KEY_STORE_PASSWORD
public static final String KEY_STORE_TYPE
public static final String DEFAULT_KEY_STORE_TYPE
public static final String TRUST_STORE_LOCATION
public static final String TRUST_STORE_PASSWORD
public static final String TRUST_STORE_TYPE
public static final String DEFAULT_TRUST_STORE_TYPE
public static final String KEY_MANAGER_ALGORITHM
public static final String DEFAULT_KEY_MANAGER_ALGORITHM
public static final String TRUST_MANAGER_ALGORITHM
public static final String DEFAULT_TRUST_MANAGER_ALGORITHM
public String keyStoreLocation()
public String keyStorePassword()
public String keyStoreType()
public String getKeyManagerAlgorithm()
public String trustStoreLocation()
public String trustStorePassword()
public String trustStoreType()
public String trustManagerAlgorithm()
Copyright © 2019 JBoss by Red Hat. All rights reserved.