Searched refs:eciesB (Results 1 – 1 of 1) sorted by relevance
267 Cipher eciesB; in testIsAlias() local276 eciesB = Cipher.getInstance(algorithmB); in testIsAlias()288 eciesB.init(Cipher.DECRYPT_MODE, keyPair.getPrivate(), eciesB.getParameters()); in testIsAlias()289 byte[] decrypted = eciesB.doFinal(ciphertext); in testIsAlias()