DirectKeyManagementAlgorithm has wrong Key Persuasion

Issue #8 resolved
Brian Campbell repo owner created an issue

the constructor is currently doing:

setKeyPersuasion(KeyPersuasion.ASYMMETRIC);

which is wrong. It should be using SYMMETRIC.

Comments (1)

  1. Log in to comment