Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config.TlsBuilder
Packages that use TlsBuilder
Package
Description
-
Uses of TlsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config that return TlsBuilderModifier and TypeMethodDescriptionTlsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Tls> augmentation) Add an augmentation to this builder's product.TlsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> augmentationType) Remove an augmentation from this builder's product.TlsBuilder.setCertificatePassword
(String value) Set the property corresponding toTls.getCertificatePassword()
to the specified value.TlsBuilder.setCipherSuites
(List<String> values) Set the property corresponding toTls.getCipherSuites()
to the specified value.TlsBuilder.setKeystore
(String value) Set the property corresponding toTls.getKeystore()
to the specified value.TlsBuilder.setKeystorePassword
(String value) Set the property corresponding toTls.getKeystorePassword()
to the specified value.TlsBuilder.setKeystorePathType
(PathType value) Set the property corresponding toTls.getKeystorePathType()
to the specified value.TlsBuilder.setKeystoreType
(KeystoreType value) Set the property corresponding toTls.getKeystoreType()
to the specified value.TlsBuilder.setTruststore
(String value) Set the property corresponding toTls.getTruststore()
to the specified value.TlsBuilder.setTruststorePassword
(String value) Set the property corresponding toTls.getTruststorePassword()
to the specified value.TlsBuilder.setTruststorePathType
(PathType value) Set the property corresponding toTls.getTruststorePathType()
to the specified value.TlsBuilder.setTruststoreType
(KeystoreType value) Set the property corresponding toTls.getTruststoreType()
to the specified value.