| Package | Description |
|---|---|
| org.opendaylight.ocpjava.protocol.api.connection | |
| org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811 |
| Modifier and Type | Method and Description |
|---|---|
KeystoreType |
TlsConfigurationImpl.getTlsKeystoreType() |
KeystoreType |
TlsConfiguration.getTlsKeystoreType() |
KeystoreType |
TlsConfigurationImpl.getTlsTruststoreType() |
KeystoreType |
TlsConfiguration.getTlsTruststoreType() |
| Constructor and Description |
|---|
TlsConfigurationImpl(KeystoreType trustStoreType,
String trustStore,
PathType trustStorePathType,
KeystoreType keyStoreType,
String keyStore,
PathType keyStorePathType)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static KeystoreType |
KeystoreType.forValue(int valueArg) |
static KeystoreType |
KeystoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeystoreType[] |
KeystoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 OpenDaylight. All rights reserved.