DecryptRequest
DecryptResponse
Purpose
A DecryptRequest
instructs a decryption engine instance to decrypt data as the internal identity
corresponding to that engine instance.
A DecryptResponse
contains the data decrypted by a decryption engine instance in response to a
DecryptRequest.
Type
DecryptRequest
DecryptResponse
Behaviour
Message flow
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ DecryptionEngine: DecryptRequest
DecryptionEngine -->>- Any Local Engine: DecryptResponse
%% --8<-- [end:sequence]
(Wiki) links on this page