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

PEM client TLS private key on Android #4533

Closed
anuraaga opened this issue Jun 14, 2022 · 0 comments · Fixed by #6034
Closed

PEM client TLS private key on Android #4533

anuraaga opened this issue Jun 14, 2022 · 0 comments · Fixed by #6034
Labels
Feature Request Suggest an idea for this project

Comments

@anuraaga
Copy link
Contributor

Because Android, even with desugaring, does not support the Java 8 Base64 class, we currently do not support PEM client keys on Android. It would not be a monumentous effort to inline base64 decoding to support Android if there is a need for it.

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

Successfully merging a pull request may close this issue.

1 participant