Re: Bouncy Castle dependency on Android

2023-11-12 Thread jose
Hey, thanks for answering. > Our own code does not use BC in StandardSecurityHandler which is why > it's optional dependency. This part helps a lot. It's actually working fine on Android. I just wasn't sure if I was missing something and StandardSecurityHandler would try to use BC (and fail) when

Re: Bouncy Castle dependency on Android

2023-11-11 Thread Tilman Hausherr
Hi, You need to ask this on github, we're not doing support for the Android project. The best would be to try. Open an encrypted file and don't include BouncyCastle and see if it works. Our own code does not use BC in StandardSecurityHandler which is why it's optional dependency. It is used for