public interface Tls extends org.opendaylight.yangtools.yang.binding.ChildOf<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.Module>, org.opendaylight.yangtools.yang.binding.Augmentable<Tls>
This class represents the following YANG schema fragment defined in module ocp-radiohead-connection-provider-impl
container tls {
leaf keystore {
type string;
}
leaf keystore-type {
type keystore-type;
}
leaf keystore-path-type {
type path-type;
}
leaf keystore-password {
type string;
}
leaf certificate-password {
type string;
}
leaf truststore {
type string;
}
leaf truststore-type {
type keystore-type;
}
leaf truststore-path-type {
type path-type;
}
leaf truststore-password {
type string;
}
}
The schema path to identify an instance is
ocp-radiohead-connection-provider-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:ocp:radiohead:connection:provider:impl?revision=2015-08-11)ocp-radiohead-connection-provider-impl/tls
To create instances of this class use TlsBuilder.
TlsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificatePassword()
password protecting certificate
|
String |
getKeystore()
keystore location
|
String |
getKeystorePassword()
password protecting keystore
|
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType |
getKeystorePathType()
keystore path type (CLASSPATH or PATH)
|
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType |
getKeystoreType()
keystore type (JKS or PKCS12)
|
String |
getTruststore()
truststore location
|
String |
getTruststorePassword()
password protecting truststore
|
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType |
getTruststorePathType()
truststore path type (CLASSPATH or PATH)
|
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType |
getTruststoreType()
truststore type (JKS or PKCS12)
|
String getKeystore()
java.lang.String keystore, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType getKeystoreType()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType keystoreType, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType getKeystorePathType()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType keystorePathType, or null if not presentString getKeystorePassword()
java.lang.String keystorePassword, or null if not presentString getCertificatePassword()
java.lang.String certificatePassword, or null if not presentString getTruststore()
java.lang.String truststore, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType getTruststoreType()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.KeystoreType truststoreType, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType getTruststorePathType()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.config.rev150811.PathType truststorePathType, or null if not presentString getTruststorePassword()
java.lang.String truststorePassword, or null if not presentCopyright © 2016 OpenDaylight. All Rights Reserved.