MJegorovas
11/27/2024, 2:36 PMType mismatch. Required: AppKey Found: PublicKey!
. Any clues?MJegorovas
11/27/2024, 2:39 PMMJegorovas
11/27/2024, 2:42 PMChrimaeon
11/27/2024, 2:45 PMKey
and not PublicKey
Chrimaeon
11/27/2024, 2:45 PMMJegorovas
11/27/2024, 2:46 PMKey
is from java.security
so PublicKey
does extend Key
kenkyee
11/27/2024, 2:47 PMChrimaeon
11/27/2024, 2:47 PMMJegorovas
11/27/2024, 2:52 PMAppKey
to extend PublicKey
still requires to cast the return to AppKey
. Interesting, thanks for the help!