public interface TlsConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificatePassword() |
String |
getKeystorePassword() |
String |
getTlsKeystore() |
PathType |
getTlsKeystorePathType() |
KeystoreType |
getTlsKeystoreType() |
String |
getTlsTruststore() |
PathType |
getTlsTruststorePathType() |
KeystoreType |
getTlsTruststoreType() |
String |
getTruststorePassword() |
String getTlsKeystore()
KeystoreType getTlsKeystoreType()
String getTlsTruststore()
KeystoreType getTlsTruststoreType()
PathType getTlsKeystorePathType()
PathType getTlsTruststorePathType()
String getKeystorePassword()
String getCertificatePassword()
String getTruststorePassword()
Copyright © 2016 OpenDaylight. All rights reserved.