mirror of
https://github.com/logos-messaging/specs.git
synced 2026-08-02 08:33:18 +00:00
Extend IEncryption description
This commit is contained in:
parent
b44c2a5c27
commit
9d793208a8
@ -130,7 +130,11 @@ types:
|
|||||||
|
|
||||||
IEncryption:
|
IEncryption:
|
||||||
type: object
|
type: object
|
||||||
description: "Interface for a pluggable encryption mechanism. Implementors MUST provide encrypt and decrypt operations."
|
description: "Interface for a pluggable encryption mechanism.
|
||||||
|
When IEncryption is provided, see ReliableChannelConfig, the encrypt and decrypt operations MUST be provided by the API consumer.
|
||||||
|
Notice that the encrypt/decrypt signatures may defer from what are described below but the important
|
||||||
|
point is that both operations MUST have a mechanism to accept an byte array as input and return a
|
||||||
|
byte array as an output."
|
||||||
fields:
|
fields:
|
||||||
encrypt:
|
encrypt:
|
||||||
type: function
|
type: function
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user