looking for Jars which used in RSA Encryption using Javacallout

looking for Jars which used in RSA Encryption using Javacallout

@Dino-at-Google, I am trying to enhance the UseCase

RSACrypto callout. https://github.com/DinoChiesa/ApigeeEdge-CustomPolicy-RsaCrypto, I am looking out for the Jar utils for Base64 - “java.util.Base64

which includes encodeurl for encrypt and Decrypt

and also the jar for “java.nio.charset.StandardCharsets

Thanking you,

Poomurugan

Those are included in the JRE.

They’re builtin.

If you use Java8 to compile, you get them in the runtime.

You may not have known the answer, and that’s fine. Just a tip: I spent 10 seconds in google to verify this.

java.util.Base64

StandardCharsets

It makes me wonder - why are you asking? Did the compile fail? What leads you to “look for the jars”?