mirror of
https://github.com/sectra-medical/SectraUrlLaunchSdk.git
synced 2026-03-23 20:27:02 +00:00
[PR #6] [MERGED] Initial Shared Secret Java implementation #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sectra-medical/archived-SectraUrlLaunchSdk#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sectra-medical/SectraUrlLaunchSdk/pull/6
Author: @jonasstrandstedt
Created: 5/9/2025
Status: ✅ Merged
Merged: 5/9/2025
Merged by: @henziger
Base:
main← Head:shared-secret-java📝 Commits (1)
aef38f3Initial Shared Secret Java implementation📊 Changes
9 files changed (+280 additions, -1 deletions)
View changed files
📝
.gitignore(+4 -1)📝
scripts/IntegrationTestRunner.sh(+17 -0)➕
scripts/run-java.sh(+19 -0)➕
src/Java/EncryptionUtils.java(+36 -0)➕
src/Java/Hkdf.java(+60 -0)➕
src/Java/README.md(+11 -0)➕
src/Java/SectraUrlLaunchSharedSecret.java(+57 -0)➕
src/Java/SignatureUtils.java(+51 -0)➕
test/SharedSecret.IntegrationTests.Runner.Java/Main.java(+25 -0)📄 Description
Add an example Java implementation of the Shared Secret algorithm.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.