Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/crypto/hpke/
DHpkeSpi.java171 @NonNull byte[] engineOpen(@NonNull byte[] ciphertext, @Nullable byte[] aad) in engineOpen() argument
/libcore/luni/annotations/flagged_api/android/crypto/hpke/
DHpkeSpi.annotated.java42 public byte[] engineOpen(byte[] ciphertext, byte[] aad); in engineOpen() argument
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java630 byte[] ciphertext = new byte[] { 92, -65, -128, 16, -102, -115, -44, 52, 16, 124, -34, in test_PBKDF2WITHHMACSHA1_SKFactory_and_PBEAESCBC_Cipher_noIV()
663 byte[] ciphertext = { 68, -87, 71, -6, 32, -77, 124, 3, 35, -26, 96, -16, 100, -17, 52, -32, in test_PBKDF2WITHHMACSHA1_SKFactory_and_PBEAESCBC_Cipher_withIV()
675 assertEquals(Arrays.toString(ciphertext), Arrays.toString(cipher.doFinal(plaintext))); in test_PBKDF2WITHHMACSHA1_SKFactory_and_PBEAESCBC_Cipher_withIV()
679 assertEquals(Arrays.toString(plaintext), Arrays.toString(cipher.doFinal(ciphertext))); in test_PBKDF2WITHHMACSHA1_SKFactory_and_PBEAESCBC_Cipher_withIV()