Searched refs:prePaddedPlainText (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java743 private void testInputPKCS1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key decryptKey) throws Exception { argument
746 byte[] cipherText = encryptCipher.doFinal(prePaddedPlainText);

Completed in 130 milliseconds