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

Incompatibility since BouncyCastle 1.75 #15

Open
carlmolemans opened this issue Jun 22, 2023 · 1 comment
Open

Incompatibility since BouncyCastle 1.75 #15

carlmolemans opened this issue Jun 22, 2023 · 1 comment

Comments

@carlmolemans
Copy link

DERIA5String.getInstance was marked as deprecated and has been effectively removed since version 1.75.

DERIA5String derStr = DERIA5String.getInstance(name.getName());

Solution mentioned in deprecated javadoc was to call ASN1IA5String.getInstance(Object) instead

@fcorneli
Copy link
Contributor

Internal ticket for reference: 12759

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

2 participants