This repo contains the Java source code and pom.xml file required to compile a simple Java callout for Apigee, that creates or validates a signed SOAP document that complies with the SOAP Message ...
public static final String KEYSTORE = "./src/test/resources/encryption/certificate.p12"; public static final String SRC = "./src/test/resources/pdfs/hello_to_sign.pdf ...
Java versions 15, 16, 17, and 18 (and maybe some older versions) have a big problem, ECDSA signature verification is totally broken. The story is a prime example of the dangers of unintended ...