The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange. The work is inline with the Account Aggregator Specification.
I am using Android 12 version devices like Google Pixel 6a and oppo.
I am trying decrypt the encrypted data by using forward secrecy getiing below issue.
Error during decryption com.android.org.conscrypt.OpenSSLX509CertificateFactory$ParsingException: Error parsing private key
Hi Team,
I am using Android 12 version devices like Google Pixel 6a and oppo.
I am trying decrypt the encrypted data by using forward secrecy getiing below issue. Error during decryption com.android.org.conscrypt.OpenSSLX509CertificateFactory$ParsingException: Error parsing private key
Can you please help on this.