Skip to content

Commit 4140937

Browse files
committed
readme refactor
1 parent 59677a1 commit 4140937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ To use it:
299299

300300
```
301301

302-
##### Usage of both `add_signing_layer` and `add_encryption_layer`:
302+
##### Integrate `api_encryption.add_encryption_layer` with `signer_interceptor.add_signing_layer`:
303303

304304
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.
305305
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

Comments
 (0)