Class: DSA

•owl:Thing
        •Asset
                •Countermeasure
                        •Cryptography
                                •Encryption
                        •Encryption
                                •Cryptography
                                •SignatureAlgorithm
                                        •CryptographicHashFunction
                                                •DSA
                        •Standard
                                •DSA
        •Countermeasure
                •Cryptography
                        •Encryption
                •Encryption
                        •Cryptography
                        •SignatureAlgorithm
                                •CryptographicHashFunction
                                        •DSA
                •Standard
                        •DSA

Super Classes

CryptographicHashFunction
Standard
protects ONLY ((_Authentication OR _IntegrityAND _Detection AND _Data)
hasStandardReference HAS FIPS 186-2

Annotations

dc:descriptionDigital Signature Algorithm, an algorithm which is used in the US government's digital signature standard. When applied to a message it generates two integers which need to be compared by the recipient of a message which has been signed using this technique. The algorithm can only be used for digital signatures, not for the transmission of data. (ODotI)

Abstract Syntax

Class(DSA partial CryptographicHashFunction
                 Standard
                 restriction(protects allValuesFrom(intersectionOf(unionOf(_Authentication
                                                                           _Integrity)
                                                                   _Detection
                                                                   _Data)))
                 restriction(hasStandardReference value("FIPS 186-2"^^<http://www.w3.org/2001/XMLSchema#string>)))
Generated with OWLDoc