Skip to content

Commit 1f14f5d

Browse files
committed
update README
1 parent 9338557 commit 1f14f5d

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

100100
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

102-
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".
102+
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]), the default 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

104104
## FAQ
105105

0 commit comments

Comments
 (0)