Build RSAKey from public and private keys
RSAKey rsaJWK = new RSAKey.Builder(myPublicKey).privateKey(myPrivateKey).keyID(prop.getProperty("keyalias")).build(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment