Skip to content

Commit de6a4d7

Browse files
Fix typo in README.md
1 parent f7a7ef4 commit de6a4d7

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
@@ -130,7 +130,7 @@ Don't forget to enable the download of snapshot jars from Maven:
130130

131131
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".
132132

133-
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".
133+
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 [SecretKey][secretkey]), the algorithm would be determined by the provided key. A typical algorithm for a symmetric signing key is "HmacSHA256".
134134

135135
## FAQ
136136

0 commit comments

Comments
 (0)