com.hi3project.broccoli.ontology.securityOntology.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broccoli-api Show documentation
Show all versions of broccoli-api Show documentation
Specification for BSDL, BSDM and basic BSDF.
Interfaces and XML descriptors. XML Schema for BSDL.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2015 Mytech Ingenieria Aplicada <http://www.mytechia.com> Copyright (C) 2015 Alejandro Paz <[email protected]> This file is part of Broccoli. Broccoli is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Broccoli is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with Broccoli. If not, see <http://www.gnu.org/licenses/>. --> <ontology URI="http://hi3project.com/broccoli/bsdm/profile/security#ontology" ontologyLanguage="http://hi3project.com/broccoli/bsdl#ontology" versionNumber="0.9.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="bsdlSchema.xsd"> <concept URI="http://hi3project.com/broccoli/bsdm/profile/security#algorithm" subconceptOf="http://hi3project.com/broccoli/bsdm/profile#nonFunctionalProperty"/> <concept URI="http://hi3project.com/broccoli/bsdm/profile/security#encryptionAlgorithm" subconceptOf="http://hi3project.com/broccoli/bsdm/profile/security#algorithm"> <property name="keyLength" URI="http://hi3project.com/broccoli/bsdl#literal"> <multiplicity min="1" max="1"/> </property> </concept> <concept URI="http://hi3project.com/broccoli/bsdm/profile/security#asymmetricEncryptionAlgorithm" subconceptOf="http://hi3project.com/broccoli/bsdm/profile/security#encryptionAlgorithm"/> <concept URI="http://hi3project.com/broccoli/bsdm/profile/security#symmetricEncryptionAlgorithm" subconceptOf="http://hi3project.com/broccoli/bsdm/profile/security#encryptionAlgorithm"/> <concept URI="http://hi3project.com/broccoli/bsdm/profile/security#AES" subconceptOf="http://hi3project.com/broccoli/bsdm/profile/security#symmetricEncryptionAlgorithm"/> <concept URI="http://hi3project.com/broccoli/bsdm/profile/security#IDEA" subconceptOf="http://hi3project.com/broccoli/bsdm/profile/security#symmetricEncryptionAlgorithm"/> <concept URI="http://hi3project.com/broccoli/bsdm/profile/security#hashingAlgorithm" subconceptOf="http://hi3project.com/broccoli/bsdm/profile/security#algorithm"/> <concept URI="http://hi3project.com/broccoli/bsdm/profile/security#checksumAlgorithm" subconceptOf="http://hi3project.com/broccoli/bsdm/profile/security#algorithm"/> </ontology>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy