问题 Good time of day, I need to somehow connect the bouncycastle library to android studio. How can this be done? I've never dealt with one before. Here is the code for which I need this library: Security.addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider()); byte[] input = "www.javaCODEgeeks.com".getBytes(); byte[] keyBytes = new byte[]{0x01, 0x23, 0x45, 0x67, (byte) 0x89, (byte) 0xab, (byte) 0xcd, (byte) 0xef}; byte[] ivBytes = new byte[]{0x07, 0x06, 0x05, 0x04, 0x03, 0x02, 0x01