Class: SmartCard

It is either used as human authentication or for data confidentiality, possibly both.

•owl:Thing
        •Asset
                •Countermeasure
                        •SecurityHardware
                                •SmartCard
                •Credential
                        •PhysicalToken
                                •SmartCard
                •Technology
                        •Hardware
                                •SecurityHardware
                                        •SmartCard
        •Countermeasure
                •SecurityHardware
                        •SmartCard

Super Classes

protects SOME ((_Authentication AND _HumanOR (_Confidentiality AND _Data))
protects ONLY (_Prevention AND ((_Authentication AND _HumanOR (_Confidentiality AND _Data)))
protects SOME _Prevention
PhysicalToken
SecurityHardware

Annotations

dc:description A small electronic device about the size of a credit card that contains electronic memory, and possibly an embedded integrated circuit (IC). (Webopedia) A smartcard can be used as an access control token that proves the autorisation of its bearer. (my def)

Abstract Syntax

Class(SmartCard partial restriction(protects someValuesFrom(unionOf(intersectionOf(_Authentication
                                                                                  _Human)
                                                                   intersectionOf(_Confidentiality
                                                                                  _Data))))
                       restriction(protects allValuesFrom(intersectionOf(_Prevention
                                                                         unionOf(intersectionOf(_Authentication
                                                                                                _Human)
                                                                                 intersectionOf(_Confidentiality
                                                                                                _Data)))))
                       restriction(protects someValuesFrom(_Prevention))
                       PhysicalToken
                       SecurityHardware)

Usage

Class Description/Definition (Necessary Conditions)

_SmartCard
Generated with OWLDoc