public class TlsConfigurationImpl extends Object implements TlsConfiguration
| Constructor and Description |
|---|
TlsConfigurationImpl(KeystoreType trustStoreType,
String trustStore,
PathType trustStorePathType,
KeystoreType keyStoreType,
String keyStore,
PathType keyStorePathType)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificatePassword() |
String |
getKeystorePassword() |
String |
getTlsKeystore() |
PathType |
getTlsKeystorePathType() |
KeystoreType |
getTlsKeystoreType() |
String |
getTlsTruststore() |
PathType |
getTlsTruststorePathType() |
KeystoreType |
getTlsTruststoreType() |
String |
getTruststorePassword() |
public TlsConfigurationImpl(KeystoreType trustStoreType, String trustStore, PathType trustStorePathType, KeystoreType keyStoreType, String keyStore, PathType keyStorePathType)
trustStoreType - JKS or PKCS12trustStore - path to trustStore filetrustStorePathType - truststore path type (classpath or path)keyStoreType - JKS or PKCS12keyStore - path to keyStore filekeyStorePathType - keystore path type (classpath or path)public KeystoreType getTlsTruststoreType()
getTlsTruststoreType in interface TlsConfigurationpublic String getTlsTruststore()
getTlsTruststore in interface TlsConfigurationpublic KeystoreType getTlsKeystoreType()
getTlsKeystoreType in interface TlsConfigurationpublic String getTlsKeystore()
getTlsKeystore in interface TlsConfigurationpublic PathType getTlsKeystorePathType()
getTlsKeystorePathType in interface TlsConfigurationpublic PathType getTlsTruststorePathType()
getTlsTruststorePathType in interface TlsConfigurationpublic String getKeystorePassword()
getKeystorePassword in interface TlsConfigurationpublic String getCertificatePassword()
getCertificatePassword in interface TlsConfigurationpublic String getTruststorePassword()
getTruststorePassword in interface TlsConfigurationCopyright © 2016 OpenDaylight. All rights reserved.