Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Nov 21, 2023
1 parent e74600d commit b09433e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ object AgentStub {
def keyAuthentication(d: String, x: String): OKPPrivateKey =
OKPPrivateKey(kty = KTY.OKP, crv = Curve.Ed25519, d = d, x = x, kid = None)

val endpoint = new URI("http://localhost:8080")
val endpoints = "http://localhost:8080"
val mediatorConfig = MediatorConfig(
Seq(endpoint),
endpoints,
keyAgreement("Z6D8LduZgZ6LnrOHPrMTS6uU2u5Btsrk1SGs4fn8M7c", "Sr4SkIskjN_VdKTn0zkjYbhGTWArdUNE4j_DmUpnQGw"),
keyAuthentication("INXCnxFEl0atLIIQYruHzGd5sUivMRyQOzu87qVerug", "MBjnXZxkMcoQVVL21hahWAw43RuAG-i64ipbeKKqwoA")
)
Expand Down

0 comments on commit b09433e

Please sign in to comment.