Searched refs:transformationUpperCase (Results 1 – 1 of 1) sorted by relevance
711 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getKeyAlgorithm() local712 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() local742 if (transformationUpperCase.startsWith("AES/")) { in getCipherKeyAlgorithm()744 } else if (transformationUpperCase.startsWith("DESEDE/")) { in getCipherKeyAlgorithm()746 } else if (transformationUpperCase.startsWith("RSA/")) { in getCipherKeyAlgorithm()[all …]