Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config.TlsBuilder
Package
Description
-
Uses of TlsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config
Modifier 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 toPcepSessionTls.getCertificatePassword()
to the specified value.TlsBuilder.setKeystore
(String value) Set the property corresponding toPcepSessionTls.getKeystore()
to the specified value.TlsBuilder.setKeystorePassword
(String value) Set the property corresponding toPcepSessionTls.getKeystorePassword()
to the specified value.TlsBuilder.setKeystorePathType
(PathType value) Set the property corresponding toPcepSessionTls.getKeystorePathType()
to the specified value.TlsBuilder.setKeystoreType
(StoreType value) Set the property corresponding toPcepSessionTls.getKeystoreType()
to the specified value.TlsBuilder.setTruststore
(String value) Set the property corresponding toPcepSessionTls.getTruststore()
to the specified value.TlsBuilder.setTruststorePassword
(String value) Set the property corresponding toPcepSessionTls.getTruststorePassword()
to the specified value.TlsBuilder.setTruststorePathType
(PathType value) Set the property corresponding toPcepSessionTls.getTruststorePathType()
to the specified value.TlsBuilder.setTruststoreType
(StoreType value) Set the property corresponding toPcepSessionTls.getTruststoreType()
to the specified value.