Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java711 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getKeyAlgorithm() local
712 if (transformationUpperCase.equals("EC")) { in getKeyAlgorithm()
715 if (transformationUpperCase.equals("RSA")) { in getKeyAlgorithm()
718 if (transformationUpperCase.equals("DESEDE")) { in getKeyAlgorithm()
721 if (transformationUpperCase.equals("AES")) { in getKeyAlgorithm()
724 if (transformationUpperCase.startsWith("HMAC")) { in getKeyAlgorithm()
741 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherKeyAlgorithm() local
742 if (transformationUpperCase.startsWith("AES/")) { in getCipherKeyAlgorithm()
744 } else if (transformationUpperCase.startsWith("DESEDE/")) { in getCipherKeyAlgorithm()
746 } else if (transformationUpperCase.startsWith("RSA/")) { in getCipherKeyAlgorithm()
[all …]