Class: CodeSigning

CodeSigning may overlap with SigningWithCertificate. CodeSigning is specific to Code, not to Signing.

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

Super Classes

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

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(CodeSigning partial DigitalSigning
                         restriction(protects allValuesFrom(intersectionOf(_Detection
                                                                           _ProgramFile
                                                                           unionOf(_Integrity
                                                                                   _Authentication))))
                         restriction(protects someValuesFrom(_ProgramFile)))
Generated with OWLDoc