User Tools

Site Tools


pe-bpmn-editor_skencrypt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pe-bpmn-editor_skencrypt [2018/04/20 05:22]
admin created
pe-bpmn-editor_skencrypt [2020/03/02 15:19] (current)
pullonen [SKEncrypt]
Line 1: Line 1:
 ====== SKEncrypt ====== ====== SKEncrypt ======
 +Encryption task for symmetric encryption. The inputs are a secret key and the plaintext, the outputs is the ciphertext.
 +===== Required input objects =====
  
 +2 data objects (secret key, data)
 +
 +===== Required output objects =====
 +
 +1 data object (ciphertext)
 +
 +===== Restrictions =====
 +
 +**Restriction:​** task must have at exactly two input and one output data objects\\
 +**Error:** exactly 2 inputs and 1 output are required
 +
 +**Restriction:​** "​inputData"​ property must exist under stereotype details object - "​inputData"​ must have been selected and saved and "​inputData"​ information must not have been deleted from model’s file\\
 +**Error:** inputData is undefined
 +
 +**Restriction:​** "​key"​ property must exist under stereotype details object - "​key"​ must have been selected and saved and "​key"​ information must not have been deleted from model’s file\\
 +**Error:** key is undefined
 +
 +**Restriction:​** input data object fixed (by its id) in "​inputData"​ property must exist also on model\\
 +**Error:** input data object is missing
 +
 +**Restriction:​** input data object fixed (by its id) in "​key"​ property must exist also on model\\
 +**Error:** key object is missing
 +
 +**Restriction:​** input data and key objects must be different data objects - they must have different ids\\
 +**Error:** input data and key must be different objects
pe-bpmn-editor_skencrypt.1524190947.txt.gz · Last modified: 2019/10/01 13:53 (external edit)