public interface TlsConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getCertificatePassword()
Returns the password protecting the certificate.
|
List<String> |
getCipherSuites()
Returns the list of cipher suites for TLS connection.
|
String |
getKeystorePassword()
Returns the password protecting the key store.
|
String |
getTlsKeystore()
Returns the key store location.
|
PathType |
getTlsKeystorePathType()
Returns the key store path type.
|
KeystoreType |
getTlsKeystoreType()
Returns the key store type.
|
String |
getTlsTruststore()
Returns the trust store location.
|
PathType |
getTlsTruststorePathType()
Returns the trust store path type.
|
KeystoreType |
getTlsTruststoreType()
Returns the trust store type.
|
String |
getTruststorePassword()
Returns the password protecting the trust store.
|
String getTlsKeystore()
KeystoreType getTlsKeystoreType()
String getTlsTruststore()
KeystoreType getTlsTruststoreType()
PathType getTlsKeystorePathType()
PathType getTlsTruststorePathType()
String getKeystorePassword()
String getCertificatePassword()
String getTruststorePassword()
Copyright © 2020 OpenDaylight. All rights reserved.