From e7499401f5674df0dc2cdc202de4e1dab425cfd3 Mon Sep 17 00:00:00 2001 From: dmerlo Date: Tue, 17 Sep 2024 17:07:31 -0300 Subject: [PATCH] W-13521538-GCMnotSupported-44-dm --- modules/ROOT/pages/cryptography-jce.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/cryptography-jce.adoc b/modules/ROOT/pages/cryptography-jce.adoc index 669dbe9d5..b3f40b5b9 100644 --- a/modules/ROOT/pages/cryptography-jce.adoc +++ b/modules/ROOT/pages/cryptography-jce.adoc @@ -210,7 +210,7 @@ For example, you can set Content to `#[payload.name]` to decrypt only an encrypt | Streaming Strategy a| * <> * <> * non-repeatable-stream | +++Configure if repeatable streams should be used and their behavior+++ | | {nbsp} -| Cipher a| String | A raw cipher string in the form "algorithm/mode/padding" according to the Java crypto documentation, for example `AES/CBC/PKCS5Padding`. Note that not all combinations are valid. | | {nbsp} +| Cipher a| String | A raw cipher string in the form "algorithm/mode/padding" according to the Java crypto documentation, for example `AES/CBC/PKCS5Padding`. Note that GCM mode is currently not supported, and not all algorithm/mode/padding combinations are valid. | | {nbsp} | Algorithm a| Enumeration, one of: ** `AES` @@ -273,7 +273,7 @@ For example, you can set Content to `#[payload.name]` to encrypt only a variable | Streaming Strategy a| * <> * <> * non-repeatable-stream | +++Configure if repeatable streams should be used and their behavior+++ | | {nbsp} -| Cipher a| String | A raw cipher string in the form "algorithm/mode/padding" according to the Java crypto documentation, for example `AES/CBC/PKCS5Padding`. Note that not all combinations are valid. | | {nbsp} +| Cipher a| String | A raw cipher string in the form "algorithm/mode/padding" according to the Java crypto documentation, for example `AES/CBC/PKCS5Padding`. Note that GCM mode is currently not supported, and not all algorithm/mode/padding combinations are valid. | | {nbsp} | Algorithm a| Enumeration, one of: ** `AES`