History log of /libcore/luni/src/test/java/libcore/javax/crypto/ECDHKeyAgreementTest.java
Revision Date Author Comments
bc46932a11afaae3bedc1454fa5b5bb795bff514 09-Jun-2015 Alex Klyubin <klyubin@google.com> Skip AndroidKeyStore provider in ECDHKeyAgreementTest.

AndroidKeyStore Provider requires special keys which cannot be created
through standard JCA API. The Provider does not expose ECDH at the
moment either. If/when it does expose ECDH, it will be tested in
cts/tests/tests/keystore rather than here.

Bug: 21723152
Change-Id: I73128907783b4f08c60c9af128e12a124a286054
98d0c2e60af002dd0a2355ad2b639452be4b7a6d 02-Mar-2013 Alex Klyubin <klyubin@google.com> Unit tests for all registered ECDH KeyAgreement instances.

The BouncyCastle (BC) provider is currently failing the following
tests:
* testInit_withUnsupportedAlgorithmParameterSpec because it accepts
AlgorithmParameterSpec instances which have nothing to do with
key agreement.

Change-Id: Ibce14f23e8b711e92d0312030642ae452941dc6d