| Modifier and Type | Method and Description |
|---|---|
static StoreType |
StoreType.forValue(int valueArg) |
static StoreType |
StoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreType[] |
StoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StoreType |
TlsBuilder.getKeystoreType() |
StoreType |
Tls.getKeystoreType()
keystore type (JKS or PKCS12)
|
StoreType |
TlsBuilder.getTruststoreType() |
StoreType |
Tls.getTruststoreType()
truststore type (JKS or PKCS12)
|
| Modifier and Type | Method and Description |
|---|---|
TlsBuilder |
TlsBuilder.setKeystoreType(StoreType value) |
TlsBuilder |
TlsBuilder.setTruststoreType(StoreType value) |
Copyright © 2017 OpenDaylight. All rights reserved.