Skip to content

Commit

Permalink
test: enable raw rsa public key import test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatsonakis authored and mikeplotean committed Jun 27, 2024
1 parent 9e5ada9 commit 68d1861
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ class ImportJWKKeyTestsAndDidManagement {
// arguments(loadResourceBytes("public-bytes/secp256k1.bin"), KeyType.secp256k1, false),
// secp256r1 (throwing Invalid point encoding 0x30)
// arguments(loadResourceBytes("public-bytes/secp256r1.bin"), KeyType.secp256r1, false),
// rsa (not implemented)
// arguments(loadResourceBytes("public-bytes/rsa.bin"), KeyType.RSA, false),
arguments(loadResourceBytes("public-bytes/rsa.bin"), KeyType.RSA, false),
)

}
Expand Down

0 comments on commit 68d1861

Please sign in to comment.