Skip to content

Commit

Permalink
SDKS-3467 Refactor the Encryption component.
Browse files Browse the repository at this point in the history
- Implement a fallback mechanism to use an Asymmetric Key when Symmetric Key generation in AndroidKeyStore fails.
- Relocate the Storage interface to the forgerock-core module.
  • Loading branch information
witrisna committed Oct 4, 2024
1 parent 76fcac9 commit 2c695fe
Show file tree
Hide file tree
Showing 24 changed files with 758 additions and 568 deletions.
2 changes: 2 additions & 0 deletions forgerock-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ plugins {
id("maven-publish")
id("signing")
id("kotlin-android")
alias(libs.plugins.kotlinSerialization)
}

apply<AndroidBuildGradlePlugin>()
Expand Down Expand Up @@ -63,6 +64,7 @@ dependencies {
implementation(libs.logging.interceptor)
implementation(libs.androidx.annotation)
implementation(libs.androidx.security.crypto)
implementation(libs.kotlinx.serialization.json)

// Biometric
implementation(libs.androidx.biometric.ktx)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2c695fe

Please sign in to comment.