Skip to content

Commit

Permalink
Fix RSAUtils package (#5176)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Oct 11, 2024
1 parent 187090e commit 38d8e91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package ch.epfl.bluebrain.nexus.delta.sdk.jws

import ch.epfl.bluebrain.nexus.delta.plugins.storage.jws.RSAUtils
import com.nimbusds.jose.jwk.RSAKey
import pureconfig.generic.auto._
import pureconfig.generic.semiauto.deriveReader
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ch.epfl.bluebrain.nexus.delta.plugins.storage.jws
package ch.epfl.bluebrain.nexus.delta.sdk.jws

import com.nimbusds.jose.jwk.RSAKey

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package ch.epfl.bluebrain.nexus.delta.sdk.jws

import cats.effect.IO
import ch.epfl.bluebrain.nexus.delta.plugins.storage.jws.RSAUtils
import ch.epfl.bluebrain.nexus.delta.sdk.jws.JWSError.JWSSignatureExpired
import ch.epfl.bluebrain.nexus.delta.sdk.jws.JWSPayloadHelper.JWSPayloadHelperImpl
import ch.epfl.bluebrain.nexus.testkit.Generators
Expand Down

0 comments on commit 38d8e91

Please sign in to comment.