Skip to content

Commit fd88346

Browse files
committed
editing README
1 parent bc5ac23 commit fd88346

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
@@ -97,7 +97,7 @@ There is a variety of existing [EncryptionMaterialsProvider][materialprovider] i
9797

9898
## Supported Algorithms
9999

100-
For content encryption, the encryption algorithm is determined by the user specified [SecretKey][secretkey], as long as it can be used with the encryption mode "CBC" with "PKCS5Padding". Typically, this means "AES".
100+
For content encryption, the encryption algorithm is determined by the user specified [SecretKey][secretkey], as long as it is a block cipher that can be used with the encryption mode "CBC" and "PKCS5Padding". Typically, this means "AES".
101101

102102
For signing, the user specified signing key can be either symmetric or asymmetric. For asymmetric signing (where the user would provide a signing key in the form of a [PrivateKey][privatekey]), currently the only supported algorithm is "SHA256withRSA". For symmetric signing (where the user would provide the signing key in the form of a [SecretyKey][secretkey]), the algorithm would be determined by the provided key. A typical algorithm for a symmetric signing key is "HmacSHA256".
103103

0 commit comments

Comments
 (0)