Class: sec:CodeSigning

This class denotes ONLY the signing part. The verification part is called DigitalSignatureValidation in this ontology.

•owl:Thing
        •sec:Countermeasure
                •sec:Checksum
                        •sec:MessageDigest
                •sec:MessageDigest
                        •sec:Checksum
                        •sec:DigitalSigning
                                •sec:CodeSigning

Super Classes

sec:protects SOME sec:_ProgramFile
sec:DigitalSigning
sec:protects ONLY (sec:_Detection AND sec:_ProgramFile AND (sec:_Integrity OR sec:_Authentication))

Annotations

dc:descriptionA secure hashing algorithm is used on the code to be executed providing a compact code signature. This signature is encrypted using the private key of a vendor. ... (Phoha)

Abstract Syntax

Class(sec:CodeSigning partial restriction(sec:protects someValuesFrom(sec:_ProgramFile))
                             sec:DigitalSigning
                             restriction(sec:protects allValuesFrom(intersectionOf(sec:_Detection
                                                                                   sec:_ProgramFile
                                                                                   unionOf(sec:_Integrity
                                                                                           sec:_Authentication)))))
Generated with OWLDoc