Class: sec:DNSSEC

•owl:Thing
        •sec:Countermeasure
                •sec:SecureNetworkCommunication
                        •sec:DNSSEC
                •sec:Standard
                        •sec:DNSSEC

Super Classes

sec:uses SOME sec:DigitalSignatureData
sec:protects SOME (sec:_Detection AND sec:_Integrity AND sec:_Data)
sec:protects SOME (sec:_Prevention AND sec:_Authentication AND sec:_Host)
sec:SecureNetworkCommunication
sec:Standard
sec:protects ONLY ((sec:_Detection AND sec:_Integrity AND sec:_DataOR (sec:_Prevention AND sec:_Authentication AND sec:_Host))

Annotations

dc:descriptionThis protocol provides security extensions to the DNS to assure data integrity or authentication. DNSSEC provides data integrity and authentication services to security-aware resolvers or applications through the use of cryptographic digital signatures. (ISD)

Abstract Syntax

Class(sec:DNSSEC partial restriction(sec:uses someValuesFrom(sec:DigitalSignatureData))
                        restriction(sec:protects someValuesFrom(intersectionOf(sec:_Detection
                                                                               sec:_Integrity
                                                                               sec:_Data)))
                        restriction(sec:protects someValuesFrom(intersectionOf(sec:_Prevention
                                                                               sec:_Authentication
                                                                               sec:_Host)))
                        sec:SecureNetworkCommunication
                        sec:Standard
                        restriction(sec:protects allValuesFrom(unionOf(intersectionOf(sec:_Detection
                                                                                      sec:_Integrity
                                                                                      sec:_Data)
                                                                       intersectionOf(sec:_Prevention
                                                                                      sec:_Authentication
                                                                                      sec:_Host)))))
Generated with OWLDoc