Exempt AlgorithmParameters.DES from BC/Conscrypt override test.

Bouncy Castle uses the same class to implement AlgorithmParamters for both
DES and DESEDE.  Conscrypt doesn't provide DES-based algorithms, but will
soon provide AlgorithmParameters.DESEDE, so we want to ensure that
AlgorithmParameters.DESEDE and its aliases are covered but we don't care if
AlgorithmParameters.DES or its aliases are also provided by Conscrypt.

Bug: 62369410
Test: cts -m CtsLibcoreTestCases -t libcore.java.security.ProviderTest
Change-Id: I48d50c786cc1220e9448df317c3431ad1aa6794b
1 file changed