Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignatureConfig - Lack of Setters #8

Open
gvastakis opened this issue Feb 20, 2023 · 0 comments
Open

SignatureConfig - Lack of Setters #8

gvastakis opened this issue Feb 20, 2023 · 0 comments

Comments

@gvastakis
Copy link

Hi all,

After the latest changes made in version 1.1.0-RELEASE shouldn't SignatureConfig have setters for all the properties that one needs to set ?

Also why the default constructor is calling the addProvider ?

    public SignatureConfig() {
        Security.addProvider(new BouncyCastleProvider());
    }

How one is supposed to leverage the new Signature if the SignatureConfig is a dummy one ?

Thanks in advance for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant