Class: EncryptedStreamFacet
"An encrypted stream facet is a grouping of characteristics unique to the conversion of a body of data content from one form to another obfuscated form in such a way that reversing the conversion to obtain the original data form can only be accomplished through possession and use of a specific key."
URI: observable:EncryptedStreamFacet
classDiagram
class EncryptedStreamFacet
Facet <|-- EncryptedStreamFacet
EncryptedStreamFacet : encryptionIV
EncryptedStreamFacet ..> string : encryptionIV
EncryptedStreamFacet : encryptionKey
EncryptedStreamFacet ..> string : encryptionKey
EncryptedStreamFacet : encryptionMethod
EncryptedStreamFacet ..> string : encryptionMethod
EncryptedStreamFacet : encryptionMode
EncryptedStreamFacet ..> string : encryptionMode
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- EncryptedStreamFacet
- Facet
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
encryptionMethod | 0..1 xsd:string |
direct | |
encryptionMode | 0..1 xsd:string |
direct | |
encryptionIV | 0..1 xsd:string |
direct | |
encryptionKey | 0..1 xsd:string |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:EncryptedStreamFacet |
native | observable:EncryptedStreamFacet |
LinkML Source
Direct
name: EncryptedStreamFacet
description: '"An encrypted stream facet is a grouping of characteristics unique to
the conversion of a body of data content from one form to another obfuscated form
in such a way that reversing the conversion to obtain the original data form can
only be accomplished through possession and use of a specific key."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- encryptionMethod
- encryptionMode
- encryptionIV
- encryptionKey
slot_usage:
encryptionKey:
name: encryptionKey
multivalued: true
domain_of:
- EncryptedStreamFacet
encryptionIV:
name: encryptionIV
multivalued: true
domain_of:
- EncryptedStreamFacet
Induced
name: EncryptedStreamFacet
description: '"An encrypted stream facet is a grouping of characteristics unique to
the conversion of a body of data content from one form to another obfuscated form
in such a way that reversing the conversion to obtain the original data form can
only be accomplished through possession and use of a specific key."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slot_usage:
encryptionKey:
name: encryptionKey
multivalued: true
domain_of:
- EncryptedStreamFacet
encryptionIV:
name: encryptionIV
multivalued: true
domain_of:
- EncryptedStreamFacet
attributes:
encryptionMethod:
name: encryptionMethod
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: encryptionMethod
owner: EncryptedStreamFacet
domain_of:
- EncryptedStreamFacet
range: string
encryptionMode:
name: encryptionMode
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: encryptionMode
owner: EncryptedStreamFacet
domain_of:
- EncryptedStreamFacet
range: string
encryptionIV:
name: encryptionIV
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
multivalued: true
alias: encryptionIV
owner: EncryptedStreamFacet
domain_of:
- EncryptedStreamFacet
range: string
encryptionKey:
name: encryptionKey
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
multivalued: true
alias: encryptionKey
owner: EncryptedStreamFacet
domain_of:
- EncryptedStreamFacet
range: string