public interface Tls extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepDispatcherConfig>, org.opendaylight.yangtools.yang.binding.Augmentable<Tls>
This class represents the following YANG schema fragment defined in module pcep-app-config
container tls {
leaf keystore {
type string;
}
leaf keystore-type {
type store-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 store-type;
}
leaf truststore-path-type {
type path-type;
}
leaf truststore-password {
type string;
}
}
The schema path to identify an instance is
pcep-app-config/pcep-dispatcher-config/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
|
PathType |
getKeystorePathType()
keystore path type (CLASSPATH or PATH)
|
StoreType |
getKeystoreType()
keystore type (JKS or PKCS12)
|
String |
getTruststore()
truststore location
|
String |
getTruststorePassword()
password protecting truststore
|
PathType |
getTruststorePathType()
truststore path type (CLASSPATH or PATH)
|
StoreType |
getTruststoreType()
truststore type (JKS or PKCS12)
|
String getKeystore()
java.lang.String keystore, or null if not presentStoreType getKeystoreType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.StoreType keystoreType, or null if not presentPathType getKeystorePathType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.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 presentStoreType getTruststoreType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.StoreType truststoreType, or null if not presentPathType getTruststorePathType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.PathType truststorePathType, or null if not presentString getTruststorePassword()
java.lang.String truststorePassword, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.