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: master:EncryptedStreamFacet
 classDiagram
    class EncryptedStreamFacet
      Facet <|-- EncryptedStreamFacet
      EncryptedStreamFacet : encryptionIV
      EncryptedStreamFacet : encryptionKey
      EncryptedStreamFacet : encryptionMethod
      EncryptedStreamFacet : encryptionMode
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- EncryptedStreamFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| encryptionMethod | 0..1  String  | 
direct | |
| encryptionMode | 0..1  String  | 
direct | |
| encryptionIV | 0..1  String  | 
direct | |
| encryptionKey | 0..1  String  | 
direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:EncryptedStreamFacet | 
| native | master: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-master
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-master
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-master
    rank: 1000
    alias: encryptionMethod
    owner: EncryptedStreamFacet
    domain_of:
    - EncryptedStreamFacet
    range: string
  encryptionMode:
    name: encryptionMode
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: encryptionMode
    owner: EncryptedStreamFacet
    domain_of:
    - EncryptedStreamFacet
    range: string
  encryptionIV:
    name: encryptionIV
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: encryptionIV
    owner: EncryptedStreamFacet
    domain_of:
    - EncryptedStreamFacet
    range: string
  encryptionKey:
    name: encryptionKey
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: encryptionKey
    owner: EncryptedStreamFacet
    domain_of:
    - EncryptedStreamFacet
    range: string