Searched refs:getBaseAlgorithm (Results 1 – 4 of 4) sorted by relevance
121 decodeHex(line[KEY_INDEX]), getBaseAlgorithm(transformation)); in testBasicEncryption()129 params = AlgorithmParameters.getInstance(getBaseAlgorithm(transformation)); in testBasicEncryption()217 decodeHex(line[KEY_INDEX]), getBaseAlgorithm(transformation)); in testAeadEncryption()388 private static String getBaseAlgorithm(String transformation) { in getBaseAlgorithm() method in CipherBasicsTest
212 private static String getBaseAlgorithm(String algorithm) { in getBaseAlgorithm() method in CipherTest295 return getBaseAlgorithm(algorithm).equals("RSA"); in isAsymmetric()342 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm)); in getEncryptKey()4536 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(c.getAlgorithm())); in checkAES_keyConstraint()
120 getBaseAlgorithm(transformation)); in testBasicEncryption()128 params = AlgorithmParameters.getInstance(getBaseAlgorithm(transformation)); in testBasicEncryption()220 getBaseAlgorithm(transformation)); in testAeadEncryption()393 private static String getBaseAlgorithm(String transformation) { in getBaseAlgorithm() method in CipherBasicsTest
212 private static String getBaseAlgorithm(String algorithm) { in getBaseAlgorithm() method in CipherTest295 return getBaseAlgorithm(algorithm).equals("RSA"); in isAsymmetric()342 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(algorithm)); in getEncryptKey()4544 KeyGenerator kg = KeyGenerator.getInstance(getBaseAlgorithm(c.getAlgorithm())); in checkAES_keyConstraint()