You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nbaars, just like to confirm the requirements. It seems that V3 already supports public PublicKey(javax.security.PublicKey, Version version). So all I have to do is to implement the same thing for v1 and v2. Right?
At the moment the moment both classes take a
byte[]
as argument:It is easier from a user perspective to change this to:
this way the API is not responsible for translations, we take a valid key which the user needs to obtain from a
byte[]
, PEM encoded string etc.The text was updated successfully, but these errors were encountered: