There was an error while loading. Please reload this page.
1 parent 3e67515 commit 26feaa8Copy full SHA for 26feaa8
1 file changed
docs/03.reference/01.functions/generatesecretkey/_arguments/algorithm.md
@@ -1 +1,23 @@
1
-The encryption algorithm for which to generate the key.
+The encryption algorithm for which to generate the key.
2
+
3
+The available algorithms (depending on your JVM) are
4
5
+- HmacSHA3-224
6
+- HmacSHA384
7
+- HmacSHA512/224
8
+- HmacSHA512
9
+- HmacSHA512/256
10
+- HmacSHA3-512
11
+- HmacSHA3-256
12
+- HmacSHA3-384
13
+- HmacSHA224
14
+- ARCFOUR
15
+- Blowfish
16
+- HmacSHA256
17
+- HmacSHA1
18
+- AES
19
+- HmacMD5
20
+- DESede
21
+- DES
22
+- RC2
23
+- ChaCha20
0 commit comments