Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEciesTest.java267 Cipher eciesB; in testIsAlias() local
276 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()