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
Set private provider field based upon constructor (#927)
The DESedeKey and ChaCha20Key classes do allow for a provider to be used
on construction of the key, however the provider is not saved to the
private field of the class. This can cause NPE to be visable during
serialization operations. This update simply saves the provider to the
private field for later use.
Fixes: #920
Signed-off-by: Jason Katonica <[email protected]>
0 commit comments