Class: SymmetricAlgorithm

•owl:Thing
        •Asset
                •Countermeasure
                        •Cryptography
                                •Encryption
                        •Encryption
                                •Cryptography
                                •EncryptionAlgorithm
                                        •SymmetricAlgorithm
        •Countermeasure
                •Cryptography
                        •Encryption
                •Encryption
                        •Cryptography
                        •EncryptionAlgorithm
                                •SymmetricAlgorithm

Super Classes

uses SOME SymmetricKey
EncryptionAlgorithm

Disjoint Classes

Public-KeyEncryption, EncryptionHardware

Annotations

dc:description[...] The same key is used to encrypt and decrypt the text that is to be sent. This means that the sender and the receiver must have exchanged this key some time before the message has been sent and that this transfer must occur over a secure channel. The key used for symmetric key encryption is often known as a SECRET KEY. (ODoC)

Abstract Syntax

Class(SymmetricAlgorithm partial restriction(uses someValuesFrom(SymmetricKey))
                                EncryptionAlgorithm)

DisjointClasses(SymmetricAlgorithm Public-KeyEncryption
                                   EncryptionHardware)

Usage

Class Description/Definition (Necessary Conditions)

AES, Blowfish, DES, OpenPGP, RC4, Skipjack, SSH, SSL, TripleDES
Generated with OWLDoc