You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ To use it:
299
299
300
300
```
301
301
302
-
##### Usage of both `add_signing_layer` and `add_encryption_layer`:
302
+
##### Integrate `api_encryption.add_encryption_layer` with `signer_interceptor.add_signing_layer`:
303
303
304
304
In order to use both signing and encryption layers, a defined order is required as signing library should calculate the hash of the encrypted payload.
305
305
According to the above the signing layer must be applied first in order to work as inner layer. The outer layer - encryption - will be executed first, providing the signing layer the encrypted payload to sign.
0 commit comments