Replies: 2 comments 5 replies
-
@jvanzyl Hi, yes, as discussed on Zulip, adding specific BouncyCastle dependencies is required for now, https://quarkus.io/guides/security-customization#bouncy-castle, so you'd add a |
Beta Was this translation helpful? Give feedback.
-
@jvanzyl Not sure what is going on, I see
where the relevant code is:
So as you, in case of
But it is not a big problem. I think it makes sense to support various algorithms at the Quarkus level, those one which are actually used as BC supports dozens of them, and for the users avoid having to know the internal BC class names. I suppose I'll just add thanks |
Beta Was this translation helpful? Give feedback.
-
Specifically there are classes in
bcprov-jdk15on:1.70
that I want to use and addingquarkus-security
didn't seem to work. There were two classes specifically that I had to @RegisterForReflection:Is there another dependency I should be using or is this expected and using custom registration is the way to go?
Thanks,
Jason
Beta Was this translation helpful? Give feedback.
All reactions