Skip to content

Commit 26feaa8

Browse files
committed
Update algorithm.md
1 parent 3e67515 commit 26feaa8

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

  • docs/03.reference/01.functions/generatesecretkey/_arguments
Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
The encryption algorithm for which to generate the key.
1+
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

Comments
 (0)