Home
last modified time | relevance | path

Searched refs:canonicalAlgorithm (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DSignatureTest.java349 String canonicalAlgorithm = in testAlgorithmList() local
351 if (canonicalAlgorithm != null) { in testAlgorithmList()
353 algLowerCase = canonicalAlgorithm.toLowerCase(); in testAlgorithmList()