| Modifier and Type | Method and Description |
|---|---|
static InputStream |
SslKeyStore.asInputStream(String filename,
PathType pathType)
InputStream instance of key - key location is on classpath or specific path
|
| Modifier and Type | Method and Description |
|---|---|
static PathType |
PathType.forValue(int valueArg) |
static PathType |
PathType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathType[] |
PathType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PathType |
TlsBuilder.getKeystorePathType() |
PathType |
Tls.getKeystorePathType()
keystore path type (CLASSPATH or PATH)
|
PathType |
TlsBuilder.getTruststorePathType() |
PathType |
Tls.getTruststorePathType()
truststore path type (CLASSPATH or PATH)
|
| Modifier and Type | Method and Description |
|---|---|
TlsBuilder |
TlsBuilder.setKeystorePathType(PathType value) |
TlsBuilder |
TlsBuilder.setTruststorePathType(PathType value) |
Copyright © 2018 OpenDaylight. All rights reserved.