I am getting this error while trying to decrpt response java.io.IOException: DER length more than 4 bytes: 111at org.bouncycastle.asn1.ASN1InputStream.readLength(Unknown Source) {"encData":"...
I am using an API that uses MLE can currently it use RSA256. I would like to use more secure asymmetric encryption algorithms such as RSA512(or above) or ECDSA384 or ECDSA512. will the...
Hi,I'm trying to encrypt a payload (MLE) for Visa Direct API.I generated the Key-ID and added the CSR, got my private key (pem file), server encryption certificate (pem file) and client certificate fi...
Hi!During the testing in the sandbox 2-way SSL connection is successfully established, but MLE is not passed. The request and response messages are below. X-CORRELATION-ID=1629883023_658_671...
I cannot find any example code for FLE, only MLE. Here is my test API call to /universal/core/customers that fails: POST { firstName: 'Chris',lastName: 'Williams',encAddress: '2f03b230dde8cb...