Skip to content

Update expected value Aes(Gcm | Cbc)BytesEncryptor - #19582

Open
ngocnhan-tran1996 wants to merge 1 commit into
spring-projects:mainfrom
ngocnhan-tran1996:fix-BytesEncryptorTests
Open

Update expected value Aes(Gcm | Cbc)BytesEncryptor#19582
ngocnhan-tran1996 wants to merge 1 commit into
spring-projects:mainfrom
ngocnhan-tran1996:fix-BytesEncryptorTests

Conversation

@ngocnhan-tran1996

Copy link
Copy Markdown
Contributor

Related 0123ae0

Related 0123ae0

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 21, 2026
@ngocnhan-tran1996

Copy link
Copy Markdown
Contributor Author

@jzheaux

With assumeAes256("GCM") or assumeAes256("CBC"), the tests are ignored because a NoSuchAlgorithmException is thrown.

public static void assumeGCMJCE() {
assumeAes256("GCM");
}
public static void assumeCBCJCE() {
assumeAes256("CBC");
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants