Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java555 final ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testEncryptsAndDecryptsUsingCipherStreams() local
557 new CipherOutputStream(byteArrayOutputStream, cipher); in testEncryptsAndDecryptsUsingCipherStreams()
571 byte[] ciphertext = byteArrayOutputStream.toByteArray(); in testEncryptsAndDecryptsUsingCipherStreams()
578 new ByteArrayInputStream(byteArrayOutputStream.toByteArray()); in testEncryptsAndDecryptsUsingCipherStreams()