opentelemetry-java icon indicating copy to clipboard operation
opentelemetry-java copied to clipboard

PEM client TLS private key on Android

Open anuraaga opened this issue 2 years ago • 0 comments

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.

anuraaga avatar Jun 14 '22 01:06 anuraaga