Control AccessKey
URI: AccessKey
Package: DataLifecycle
Description: The process has a key for encrypting or decrypting data.
Represents access to Data by a Process, including (in principle) the choice of which data instance(s) to serve or process. |
Process Process has a key for encrypting or decrypting data Data. |
|
The data Data flowing between processes FlowsFrom and FlowsTo is encrypted end-to-end (i.e. not relying on transport level encryption), and FlowsTo has the key needed to decrypt the data on arrival. |
|
The data Data flowing between processesFlowsTo and FlowsTo is encrypted end-to-end (i.e. not relying on transport level encryption), and FlowsFrom has the key needed to encrypt the data for transmission. |
|
Process Service has a key for encrypting or decrypting data Data. |
|
Processes Service and Client share data Data in encrypted form, but use keys to encrypt or decrypt between transfer and processing, implying a need for the keys used with Data to also be shared. |